PHP Класс LdapTools\Query\Operator\Wildcard

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

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

Свойство Тип Описание
$wildcardType The wildcard type selected.

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

Метод Описание
__construct ( string $attribute, string $type, null | string $value = null ) Construct a filter that contains a wildcard.
getLdapFilter ( null $alias = null ) : string
toLdapFilter ( $alias = null )

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

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

Construct a filter that contains a wildcard.
public __construct ( string $attribute, string $type, null | string $value = null )
$attribute string
$type string
$value null | string

getLdapFilter() публичный метод

Устаревший: Use the 'toLdapFilter()' method instead.
public getLdapFilter ( null $alias = null ) : string
$alias null
Результат string

toLdapFilter() публичный метод

public toLdapFilter ( $alias = null )

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

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

The wildcard type selected.
protected $wildcardType