PHP Class spec\LdapTools\Object\LdapObjectCollectionSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$ldapObjects

Public Methods

Method Description
it_is_initializable ( )
it_should_add_objects_to_the_collection ( )
it_should_advance_to_the_next_item_when_calling_next ( )
it_should_expect_any_number_of_objects_to_the_constructor ( )
it_should_get_the_current_index_when_calling_key ( )
it_should_get_the_current_object_when_calling_current ( )
it_should_get_the_first_item_of_the_collection ( )
it_should_get_the_last_item_of_the_collection ( )
it_should_go_back_to_the_previous_item_when_calling_previous ( )
it_should_implement_an_interator ( )
it_should_implement_countable ( )
it_should_return_a_count_of_the_objects_it_contains ( )
it_should_return_an_array_of_objects_when_calling_to_array ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_add_objects_to_the_collection() public method

it_should_advance_to_the_next_item_when_calling_next() public method

it_should_expect_any_number_of_objects_to_the_constructor() public method

it_should_get_the_current_index_when_calling_key() public method

it_should_get_the_current_object_when_calling_current() public method

it_should_get_the_first_item_of_the_collection() public method

it_should_get_the_last_item_of_the_collection() public method

it_should_go_back_to_the_previous_item_when_calling_previous() public method

it_should_implement_an_interator() public method

it_should_implement_countable() public method

it_should_return_a_count_of_the_objects_it_contains() public method

it_should_return_an_array_of_objects_when_calling_to_array() public method

let() public method

public let ( )

Property Details

$ldapObjects protected_oe property

protected $ldapObjects