PHP Class spec\LdapTools\Query\Operator\MatchingRuleSpec

Inheritance: extends PhpSpec\ObjectBehavior
Exibir arquivo Open project: ldaptools/ldaptools

Public Methods

Method Description
getMatchers ( )
it_is_initializable ( )
it_should_accept_text_as_an_oid ( )
it_should_escape_special_characters_when_going_to_ldap ( )
it_should_get_the_LDAP_filter_with_any_converted_values_or_translated_attributes_for_an_alias ( )
it_should_have_a_symbol_constant ( )
it_should_return_2_when_calling_getValue ( )
it_should_return_foo_when_calling_getAttribute ( )
it_should_return_the_LDAP_filter_correctly_based_on_the_alias_in_use ( )
it_should_return_the_correct_ldap_bitwise_and_filter ( )
it_should_return_the_correct_ldap_bitwise_or_filter ( )
it_should_return_the_filter_for_the_value_if_the_value_is_a_BaseOperator_instance ( )
it_should_set_if_a_converter_was_used_for_a_specific_alias ( )
it_should_set_the_alias_based_off_the_attribute ( )
it_should_set_the_converted_value_for_a_specific_alias ( )
it_should_set_the_translated_attribute_name_for_a_specific_alias ( )
it_should_throw_LdapQueryException_when_trying_to_set_the_operator_to_an_invalid_type ( )
it_should_throw_a_LdapQueryException_on_an_invalid_oid ( )
let ( )

Method Details

getMatchers() public method

public getMatchers ( )

it_is_initializable() public method

public it_is_initializable ( )

it_should_accept_text_as_an_oid() public method

it_should_escape_special_characters_when_going_to_ldap() public method

it_should_get_the_LDAP_filter_with_any_converted_values_or_translated_attributes_for_an_alias() public method

it_should_have_a_symbol_constant() public method

it_should_return_2_when_calling_getValue() public method

it_should_return_foo_when_calling_getAttribute() public method

it_should_return_the_LDAP_filter_correctly_based_on_the_alias_in_use() public method

it_should_return_the_correct_ldap_bitwise_and_filter() public method

it_should_return_the_correct_ldap_bitwise_or_filter() public method

it_should_return_the_filter_for_the_value_if_the_value_is_a_BaseOperator_instance() public method

it_should_set_if_a_converter_was_used_for_a_specific_alias() public method

it_should_set_the_alias_based_off_the_attribute() public method

it_should_set_the_converted_value_for_a_specific_alias() public method

it_should_set_the_translated_attribute_name_for_a_specific_alias() public method

it_should_throw_LdapQueryException_when_trying_to_set_the_operator_to_an_invalid_type() public method

it_should_throw_a_LdapQueryException_on_an_invalid_oid() public method

let() public method

public let ( )