PHP Класс LdapTools\Resolver\OperatorValueResolver

Автор: Chad Sikorra ([email protected])
Наследование: extends BaseValueResolver
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$operators LdapTools\Query\OperatorCollection

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

Метод Описание
__construct ( LdapObjectSchema $schema = null, OperatorCollection $operators, integer $type )
toLdap ( ) : OperatorCollection Convert the batch values to LDAP batch mod specifications array.

Защищенные методы

Метод Описание
convertOperatorValues ( BaseOperator $operator, string $alias )
iterateAggregates ( array $toAggregate, $values, LdapTools\AttributeConverter\AttributeConverterInterface $converter )
processOperator ( BaseOperator $operator, string | null $alias )

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

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

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_*.

convertOperatorValues() защищенный Метод

protected convertOperatorValues ( BaseOperator $operator, string $alias )
$operator LdapTools\Query\Operator\BaseOperator
$alias string

iterateAggregates() защищенный Метод

protected iterateAggregates ( array $toAggregate, $values, LdapTools\AttributeConverter\AttributeConverterInterface $converter )
$toAggregate array
$converter LdapTools\AttributeConverter\AttributeConverterInterface

processOperator() защищенный Метод

protected processOperator ( BaseOperator $operator, string | null $alias )
$operator LdapTools\Query\Operator\BaseOperator
$alias string | null

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

Convert the batch values to LDAP batch mod specifications array.
public toLdap ( ) : OperatorCollection
Результат LdapTools\Query\OperatorCollection

Описание свойств

$operators защищенное свойство

protected OperatorCollection,LdapTools\Query $operators
Результат LdapTools\Query\OperatorCollection