PHP 클래스 spec\LdapTools\Resolver\BatchValueResolverSpec

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

보호된 프로퍼티들

프로퍼티 타입 설명
$expectedResult array
$expectedSearch LdapTools\Operation\QueryOperation
$ldapObjectOpts array
$schema LdapTools\Schema\LdapObjectSchema

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_convert_values_to_ldap_with_a_batch_modification ( $connection )
it_should_error_trying_to_do_a_non_set_method_on_a_single_aggregated_value ( $connection )
it_should_error_trying_to_do_a_non_set_method_on_many_aggregated_values ( $connection )
it_should_remove_batches_when_specified_by_a_converter_implementing_OperationGeneratorInterface ( $connection )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_convert_values_to_ldap_with_a_batch_modification() 공개 메소드

it_should_error_trying_to_do_a_non_set_method_on_a_single_aggregated_value() 공개 메소드

it_should_error_trying_to_do_a_non_set_method_on_many_aggregated_values() 공개 메소드

it_should_remove_batches_when_specified_by_a_converter_implementing_OperationGeneratorInterface() 공개 메소드

let() 공개 메소드

public let ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

프로퍼티 상세

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

protected array $expectedResult
리턴 array

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

protected QueryOperation,LdapTools\Operation $expectedSearch
리턴 LdapTools\Operation\QueryOperation

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

protected array $ldapObjectOpts
리턴 array

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

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