PHP 클래스 spec\LdapTools\Connection\PageControlSpec

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

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_be_able_to_start_the_control_with_a_size_limit ( )
it_should_call_start_with_a_page_size ( )
it_should_not_be_active_when_constructed ( )
it_should_not_call_paging_operations_when_it_is_disabled ( $connection )
it_should_set_whether_or_not_paging_is_enabled ( )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_be_able_to_start_the_control_with_a_size_limit() 공개 메소드

it_should_call_start_with_a_page_size() 공개 메소드

it_should_not_be_active_when_constructed() 공개 메소드

it_should_not_call_paging_operations_when_it_is_disabled() 공개 메소드

it_should_set_whether_or_not_paging_is_enabled() 공개 메소드

let() 공개 메소드

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