PHP Class spec\LdapTools\Query\Builder\FilterBuilderSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: ldaptools/ldaptools

Méthodes publiques

Méthode Description
it_is_initializable ( )
it_should_correctly_format_a_greater_than_filter ( )
it_should_correctly_format_a_less_than_filter ( )
it_should_get_an_instance_through_the_factory_method ( LdapTools\Connection\LdapConnectionInterface $connection )
it_should_return_MatchingRule_when_calling_bitwiseAnd ( )
it_should_return_MatchingRule_when_calling_bitwiseOr ( )
it_should_return_a_comparison_when_calling_aeq ( )
it_should_return_a_comparison_when_calling_eq ( )
it_should_return_a_comparison_when_calling_gte ( )
it_should_return_a_comparison_when_calling_lte ( )
it_should_return_a_wildcard_when_calling_contains ( )
it_should_return_a_wildcard_when_calling_endsWith ( )
it_should_return_a_wildcard_when_calling_like ( )
it_should_return_a_wildcard_when_calling_present ( )
it_should_return_a_wildcard_when_calling_startsWith ( )
it_should_return_bAnd_when_calling_bAnd ( )
it_should_return_bAnd_when_calling_gt ( )
it_should_return_bAnd_when_calling_lt ( )
it_should_return_bNot_when_calling_neq ( )
it_should_return_bNot_when_calling_notPresent ( )
it_should_return_bOr_when_calling_bNot ( )
it_should_return_bOr_when_calling_bOr ( )

Method Details

it_is_initializable() public méthode

public it_is_initializable ( )

it_should_correctly_format_a_greater_than_filter() public méthode

it_should_correctly_format_a_less_than_filter() public méthode

it_should_get_an_instance_through_the_factory_method() public méthode

public it_should_get_an_instance_through_the_factory_method ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

it_should_return_MatchingRule_when_calling_bitwiseAnd() public méthode

it_should_return_MatchingRule_when_calling_bitwiseOr() public méthode

it_should_return_a_comparison_when_calling_aeq() public méthode

it_should_return_a_comparison_when_calling_eq() public méthode

it_should_return_a_comparison_when_calling_gte() public méthode

it_should_return_a_comparison_when_calling_lte() public méthode

it_should_return_a_wildcard_when_calling_contains() public méthode

it_should_return_a_wildcard_when_calling_endsWith() public méthode

it_should_return_a_wildcard_when_calling_like() public méthode

it_should_return_a_wildcard_when_calling_present() public méthode

it_should_return_a_wildcard_when_calling_startsWith() public méthode

it_should_return_bAnd_when_calling_bAnd() public méthode

it_should_return_bAnd_when_calling_gt() public méthode

it_should_return_bAnd_when_calling_lt() public méthode

it_should_return_bNot_when_calling_neq() public méthode

it_should_return_bNot_when_calling_notPresent() public méthode

it_should_return_bOr_when_calling_bNot() public méthode

it_should_return_bOr_when_calling_bOr() public méthode