PHP 클래스 spec\LdapTools\Resolver\AttributeValueResolverSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$entryFrom
$entryTo
$expectedResult
$schema LdapTools\Schema\LdapObjectSchema

공개 메소드들

메소드 설명
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 )

메소드 상세

getMatchers() 공개 메소드

public getMatchers ( )

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_aggregate_properly_on_creation() 공개 메소드

it_should_aggregate_properly_on_modification() 공개 메소드

public it_should_aggregate_properly_on_modification ( $connection, $operation )

it_should_allow_setting_the_dn() 공개 메소드

it_should_allow_setting_the_ldap_connection() 공개 메소드

it_should_convert_values_from_ldap() 공개 메소드

it_should_convert_values_to_ldap() 공개 메소드

public it_should_convert_values_to_ldap ( $operation )

it_should_remove_attributes_when_specified_by_a_converter_implementing_OperationGeneratorInterface() 공개 메소드

let() 공개 메소드

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

프로퍼티 상세

$entryFrom 보호되어 있는 프로퍼티

protected $entryFrom

$entryTo 보호되어 있는 프로퍼티

protected $entryTo

$expectedResult 보호되어 있는 프로퍼티

protected $expectedResult

$schema 보호되어 있는 프로퍼티

protected LdapObjectSchema,LdapTools\Schema $schema
리턴 LdapTools\Schema\LdapObjectSchema