PHP 클래스 spec\LdapTools\Query\Builder\FilterBuilderSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
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() 공개 메소드