PHP Класс Neos\Eel\FlowQuery\Operations\IsOperation

Without arguments is evaluates to TRUE if the context is not empty. If arguments are given, they are used to filter the context before evaluation.
Наследование: extends AbstractOperation
Показать файл Открыть проект

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

Свойство Тип Описание
$final boolean
$shortName string

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

Метод Описание
evaluate ( FlowQuery $flowQuery, array $arguments ) : void | boolean

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

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

public evaluate ( FlowQuery $flowQuery, array $arguments ) : void | boolean
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array the filter arguments
Результат void | boolean

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

$final защищенное статическое свойство

protected static bool $final
Результат boolean

$shortName защищенное статическое свойство

protected static string $shortName
Результат string