PHP Класс spec\LdapTools\Object\LdapObjectCollectionSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$ldapObjects

Открытые методы

Метод Описание
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 ( )

Описание методов

it_is_initializable() публичный Метод

public 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() публичный Метод

public let ( )

Описание свойств

$ldapObjects защищенное свойство

protected $ldapObjects