PHP 클래스 spec\LdapTools\Object\LdapObjectCollectionSpec

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

보호된 프로퍼티들

프로퍼티 타입 설명
$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