PHP Класс spec\LdapTools\Query\Builder\FilterBuilderSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )

Описание методов

it_is_initializable() публичный Метод

public 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() публичный Метод

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() публичный Метод

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() публичный Метод