PHP Class spec\LdapTools\Connection\PageControlSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: ldaptools/ldaptools

Méthodes publiques

Méthode Description
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 )

Method Details

it_is_initializable() public méthode

public it_is_initializable ( )

it_should_be_able_to_start_the_control_with_a_size_limit() public méthode

it_should_call_start_with_a_page_size() public méthode

it_should_not_be_active_when_constructed() public méthode

it_should_not_call_paging_operations_when_it_is_disabled() public méthode

it_should_set_whether_or_not_paging_is_enabled() public méthode

let() public méthode

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