PHP Class spec\LdapTools\Resolver\AttributeValueResolverSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostrar archivo Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$entryFrom
$entryTo
$expectedResult
$schema LdapTools\Schema\LdapObjectSchema

Public Methods

Method Description
getMatchers ( )
it_is_initializable ( )
it_should_aggregate_properly_on_creation ( $operation )
it_should_aggregate_properly_on_modification ( $connection, $operation )
it_should_allow_setting_the_dn ( )
it_should_allow_setting_the_ldap_connection ( $connection )
it_should_convert_values_from_ldap ( )
it_should_convert_values_to_ldap ( $operation )
it_should_remove_attributes_when_specified_by_a_converter_implementing_OperationGeneratorInterface ( $operation )
let ( LdapTools\Connection\LdapConnectionInterface $connection, AddOperation $operation )

Method Details

getMatchers() public method

public getMatchers ( )

it_is_initializable() public method

public it_is_initializable ( )

it_should_aggregate_properly_on_creation() public method

it_should_aggregate_properly_on_modification() public method

public it_should_aggregate_properly_on_modification ( $connection, $operation )

it_should_allow_setting_the_dn() public method

it_should_allow_setting_the_ldap_connection() public method

it_should_convert_values_from_ldap() public method

it_should_convert_values_to_ldap() public method

public it_should_convert_values_to_ldap ( $operation )

it_should_remove_attributes_when_specified_by_a_converter_implementing_OperationGeneratorInterface() public method

let() public method

public let ( LdapTools\Connection\LdapConnectionInterface $connection, AddOperation $operation )
$connection LdapTools\Connection\LdapConnectionInterface
$operation LdapTools\Operation\AddOperation

Property Details

$entryFrom protected_oe property

protected $entryFrom

$entryTo protected_oe property

protected $entryTo

$expectedResult protected_oe property

protected $expectedResult

$schema protected_oe property

protected LdapObjectSchema,LdapTools\Schema $schema
return LdapTools\Schema\LdapObjectSchema