PHP Класс Adldap\Query\Operator

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$approximatelyEquals string The approximately equal to operator.
$contains string The custom contains operator.
$doesNotEqual string The does not equal operator.
$endsWith string The custom ends with operator.
$equals string The equals operator.
$greaterThanOrEquals string The greater than or equal to operator.
$has string The 'has' wildcard operator.
$lessThanOrEquals string The less than or equal to operator.
$notContains string The custom not contains operator.
$notEndsWith string The custom not ends with operator.
$notHas string The custom notHas operator.
$notStartsWith string The custom not starts with operator.
$startsWith string The custom starts with operator.

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

Метод Описание
all ( ) : array Returns all available operators.

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

all() публичный статический Метод

Returns all available operators.
public static all ( ) : array
Результат array

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

$approximatelyEquals публичное статическое свойство

The approximately equal to operator.
public static string $approximatelyEquals
Результат string

$contains публичное статическое свойство

The custom contains operator.
public static string $contains
Результат string

$doesNotEqual публичное статическое свойство

The does not equal operator.
public static string $doesNotEqual
Результат string

$endsWith публичное статическое свойство

The custom ends with operator.
public static string $endsWith
Результат string

$equals публичное статическое свойство

The equals operator.
public static string $equals
Результат string

$greaterThanOrEquals публичное статическое свойство

The greater than or equal to operator.
public static string $greaterThanOrEquals
Результат string

$has публичное статическое свойство

The 'has' wildcard operator.
public static string $has
Результат string

$lessThanOrEquals публичное статическое свойство

The less than or equal to operator.
public static string $lessThanOrEquals
Результат string

$notContains публичное статическое свойство

The custom not contains operator.
public static string $notContains
Результат string

$notEndsWith публичное статическое свойство

The custom not ends with operator.
public static string $notEndsWith
Результат string

$notHas публичное статическое свойство

The custom notHas operator.
public static string $notHas
Результат string

$notStartsWith публичное статическое свойство

The custom not starts with operator.
public static string $notStartsWith
Результат string

$startsWith публичное статическое свойство

The custom starts with operator.
public static string $startsWith
Результат string