PHP Class spec\LdapTools\Resolver\OperatorValueResolverSpec

Inheritance: extends PhpSpec\ObjectBehavior
Show file Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$collection LdapTools\Query\OperatorCollection
$filter LdapTools\Query\Builder\FilterBuilder
$schema LdapTools\Schema\LdapObjectSchema

Public Methods

Method Description
it_is_initializable ( )
it_should_convert_attributes_and_values ( )
it_should_convert_attributes_and_values_when_the_operators_contain_other_operators ( )
it_should_convert_the_filter_for_a_schema_if_it_uses_mapped_attribute_names_with_converters ( )
it_should_convert_values_for_multiple_aliases ( )
it_should_convert_values_with_operators_to_filters ( )
it_should_properly_convert_values_when_using_a_multivalued_converter ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_convert_attributes_and_values() public method

it_should_convert_attributes_and_values_when_the_operators_contain_other_operators() public method

it_should_convert_the_filter_for_a_schema_if_it_uses_mapped_attribute_names_with_converters() public method

it_should_convert_values_for_multiple_aliases() public method

it_should_convert_values_with_operators_to_filters() public method

it_should_properly_convert_values_when_using_a_multivalued_converter() public method

let() public method

public let ( )

Property Details

$collection protected property

protected OperatorCollection,LdapTools\Query $collection
return LdapTools\Query\OperatorCollection

$filter protected property

protected FilterBuilder,LdapTools\Query\Builder $filter
return LdapTools\Query\Builder\FilterBuilder

$schema protected property

protected LdapObjectSchema,LdapTools\Schema $schema
return LdapTools\Schema\LdapObjectSchema