PHP 클래스 spec\LdapTools\Query\OperatorCollectionSpec

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

공개 메소드들

메소드 설명
getMatchers ( )
it_is_initializable ( )
it_should_add_a_bAnd_correctly ( )
it_should_add_a_bOr_correctly ( )
it_should_add_a_comparison_correctly ( )
it_should_add_a_ldapobjectschema_when_calling_addLdapObjectSchema ( )
it_should_add_a_ldapobjectschema_with_a_specific_alias ( )
it_should_add_a_ldapobjectschema_with_an_alias_of_the_object_type_by_default ( )
it_should_add_a_matchingrule_correctly ( )
it_should_add_a_not_correctly ( )
it_should_add_a_wildcard_correctly ( )
it_should_be_iterable ( )
it_should_chain_add_calls ( )
it_should_clone_the_operator_objects_when_cloning_the_collection ( )
it_should_get_the_ldap_filter_for_a_specific_alias ( )
it_should_get_the_ldap_filter_for_all_aliases_and_wrap_them_in_an_or_statement ( )
it_should_get_the_ldap_filter_for_the_operators ( )
it_should_only_wrap_the_filter_in_an_and_when_the_collection_has_more_than_one_object ( )
it_should_return_an_array_from_toArray ( )
it_should_sort_the_operators ( )
it_should_support_multiple_LdapObjectSchemas ( )
it_should_throw_an_exception_when_trying_to_get_a_filter_for_an_alias_that_doesnt_exist ( )
it_should_validate_an_alias_name ( )

메소드 상세

getMatchers() 공개 메소드

public getMatchers ( )

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_add_a_bAnd_correctly() 공개 메소드

it_should_add_a_bOr_correctly() 공개 메소드

it_should_add_a_comparison_correctly() 공개 메소드

it_should_add_a_ldapobjectschema_when_calling_addLdapObjectSchema() 공개 메소드

it_should_add_a_ldapobjectschema_with_a_specific_alias() 공개 메소드

it_should_add_a_ldapobjectschema_with_an_alias_of_the_object_type_by_default() 공개 메소드

it_should_add_a_matchingrule_correctly() 공개 메소드

it_should_add_a_not_correctly() 공개 메소드

it_should_add_a_wildcard_correctly() 공개 메소드

it_should_be_iterable() 공개 메소드

it_should_chain_add_calls() 공개 메소드

it_should_clone_the_operator_objects_when_cloning_the_collection() 공개 메소드

it_should_get_the_ldap_filter_for_a_specific_alias() 공개 메소드

it_should_get_the_ldap_filter_for_all_aliases_and_wrap_them_in_an_or_statement() 공개 메소드

it_should_get_the_ldap_filter_for_the_operators() 공개 메소드

it_should_only_wrap_the_filter_in_an_and_when_the_collection_has_more_than_one_object() 공개 메소드

it_should_return_an_array_from_toArray() 공개 메소드

it_should_sort_the_operators() 공개 메소드

it_should_support_multiple_LdapObjectSchemas() 공개 메소드

it_should_throw_an_exception_when_trying_to_get_a_filter_for_an_alias_that_doesnt_exist() 공개 메소드

it_should_validate_an_alias_name() 공개 메소드