PHP 클래스 spec\LdapTools\Operation\Handler\QueryOperationHandlerSpec

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

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_NOT_enable_paging_when_executing_an_operation_that_disables_paging ( $pager )
it_should_enable_paging_when_executing_an_operation_that_uses_paging ( $pager )
it_should_implement_the_operation_handler_interface ( )
it_should_not_set_the_defaults_when_they_are_explicitly_set ( DomainConfiguration $config, $connection )
it_should_not_support_other_operations ( )
it_should_set_the_defaults_from_the_config_when_the_basedn_for_the_query_operation_is_not_set ( $connection )
it_should_set_the_defaults_from_the_rootdse_when_the_basedn_for_the_query_operation_is_not_set ( $connection )
it_should_set_the_defaults_when_they_are_not_explicitly_set ( DomainConfiguration $config, $connection )
it_should_support_a_query_operation ( )
it_should_throw_an_exception_when_the_base_dn_cannot_be_found ( $connection )
it_should_use_a_size_limit_with_the_pager_when_paging_is_enabled ( $pager )
let ( PageControl $pager, LdapTools\Connection\LdapConnectionInterface $connection )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_NOT_enable_paging_when_executing_an_operation_that_disables_paging() 공개 메소드

it_should_enable_paging_when_executing_an_operation_that_uses_paging() 공개 메소드

it_should_implement_the_operation_handler_interface() 공개 메소드

it_should_not_set_the_defaults_when_they_are_explicitly_set() 공개 메소드

public it_should_not_set_the_defaults_when_they_are_explicitly_set ( DomainConfiguration $config, $connection )
$config LdapTools\DomainConfiguration

it_should_not_support_other_operations() 공개 메소드

it_should_set_the_defaults_from_the_config_when_the_basedn_for_the_query_operation_is_not_set() 공개 메소드

it_should_set_the_defaults_from_the_rootdse_when_the_basedn_for_the_query_operation_is_not_set() 공개 메소드

it_should_set_the_defaults_when_they_are_not_explicitly_set() 공개 메소드

public it_should_set_the_defaults_when_they_are_not_explicitly_set ( DomainConfiguration $config, $connection )
$config LdapTools\DomainConfiguration

it_should_support_a_query_operation() 공개 메소드

it_should_throw_an_exception_when_the_base_dn_cannot_be_found() 공개 메소드

it_should_use_a_size_limit_with_the_pager_when_paging_is_enabled() 공개 메소드

let() 공개 메소드

public let ( PageControl $pager, LdapTools\Connection\LdapConnectionInterface $connection )
$pager LdapTools\Connection\PageControl
$connection LdapTools\Connection\LdapConnectionInterface