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

If arguments are given, these are used to filter the elements before counting.
Наследование: extends AbstractOperation
Показать файл Открыть проект

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

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

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

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

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

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

public evaluate ( FlowQuery $flowQuery, array $arguments ) : void | integer
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array filter arguments for this operation
Результат void | integer with the number of elements

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

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

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

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

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