Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
spec
LdapTools
Query
OperatorCollectionSpec
PHP Class spec\LdapTools\Query\OperatorCollectionSpec
Inheritance:
extends
PhpSpec\ObjectBehavior
显示文件
Open project: ldaptools/ldaptools
Public Methods
Method
Description
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
( )
Method Details
getMatchers()
public
method
public
getMatchers
( )
it_is_initializable()
public
method
public
it_is_initializable
( )
it_should_add_a_bAnd_correctly()
public
method
public
it_should_add_a_bAnd_correctly
( )
it_should_add_a_bOr_correctly()
public
method
public
it_should_add_a_bOr_correctly
( )
it_should_add_a_comparison_correctly()
public
method
public
it_should_add_a_comparison_correctly
( )
it_should_add_a_ldapobjectschema_when_calling_addLdapObjectSchema()
public
method
public
it_should_add_a_ldapobjectschema_when_calling_addLdapObjectSchema
( )
it_should_add_a_ldapobjectschema_with_a_specific_alias()
public
method
public
it_should_add_a_ldapobjectschema_with_a_specific_alias
( )
it_should_add_a_ldapobjectschema_with_an_alias_of_the_object_type_by_default()
public
method
public
it_should_add_a_ldapobjectschema_with_an_alias_of_the_object_type_by_default
( )
it_should_add_a_matchingrule_correctly()
public
method
public
it_should_add_a_matchingrule_correctly
( )
it_should_add_a_not_correctly()
public
method
public
it_should_add_a_not_correctly
( )
it_should_add_a_wildcard_correctly()
public
method
public
it_should_add_a_wildcard_correctly
( )
it_should_be_iterable()
public
method
public
it_should_be_iterable
( )
it_should_chain_add_calls()
public
method
public
it_should_chain_add_calls
( )
it_should_clone_the_operator_objects_when_cloning_the_collection()
public
method
public
it_should_clone_the_operator_objects_when_cloning_the_collection
( )
it_should_get_the_ldap_filter_for_a_specific_alias()
public
method
public
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()
public
method
public
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()
public
method
public
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()
public
method
public
it_should_only_wrap_the_filter_in_an_and_when_the_collection_has_more_than_one_object
( )
it_should_return_an_array_from_toArray()
public
method
public
it_should_return_an_array_from_toArray
( )
it_should_sort_the_operators()
public
method
public
it_should_sort_the_operators
( )
it_should_support_multiple_LdapObjectSchemas()
public
method
public
it_should_support_multiple_LdapObjectSchemas
( )
it_should_throw_an_exception_when_trying_to_get_a_filter_for_an_alias_that_doesnt_exist()
public
method
public
it_should_throw_an_exception_when_trying_to_get_a_filter_for_an_alias_that_doesnt_exist
( )
it_should_validate_an_alias_name()
public
method
public
it_should_validate_an_alias_name
( )