PHP Class spec\LdapTools\Query\Builder\FilterBuilderSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method 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 method

public it_is_initializable ( )

it_should_correctly_format_a_greater_than_filter() public method

it_should_correctly_format_a_less_than_filter() public method

it_should_get_an_instance_through_the_factory_method() public method

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 method

it_should_return_MatchingRule_when_calling_bitwiseOr() public method

it_should_return_a_comparison_when_calling_aeq() public method

it_should_return_a_comparison_when_calling_eq() public method

it_should_return_a_comparison_when_calling_gte() public method

it_should_return_a_comparison_when_calling_lte() public method

it_should_return_a_wildcard_when_calling_contains() public method

it_should_return_a_wildcard_when_calling_endsWith() public method

it_should_return_a_wildcard_when_calling_like() public method

it_should_return_a_wildcard_when_calling_present() public method

it_should_return_a_wildcard_when_calling_startsWith() public method

it_should_return_bAnd_when_calling_bAnd() public method

it_should_return_bAnd_when_calling_gt() public method

it_should_return_bAnd_when_calling_lt() public method

it_should_return_bNot_when_calling_neq() public method

it_should_return_bNot_when_calling_notPresent() public method

it_should_return_bOr_when_calling_bNot() public method

it_should_return_bOr_when_calling_bOr() public method