LdapTools\Resolver\OperatorValueResolver::__construct PHP Method

__construct() public method

public __construct ( LdapObjectSchema $schema = null, OperatorCollection $operators, integer $type )
$schema LdapTools\Schema\LdapObjectSchema
$operators LdapTools\Query\OperatorCollection
$type integer The LDAP operation type. See AttributeConverterInterface::TYPE_*.
    public function __construct(LdapObjectSchema $schema = null, OperatorCollection $operators, $type)
    {
        parent::__construct($schema, $type);
        $this->operators = $operators;
    }