PHP Class Neos\Eel\FlowQuery\Operations\CountOperation

If arguments are given, these are used to filter the elements before counting.
Inheritance: extends AbstractOperation
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$final boolean
$shortName string

Méthodes publiques

Méthode Description
evaluate ( FlowQuery $flowQuery, array $arguments ) : void | integer

Method Details

evaluate() public méthode

public evaluate ( FlowQuery $flowQuery, array $arguments ) : void | integer
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array filter arguments for this operation
Résultat void | integer with the number of elements

Property Details

$final protected_oe static_oe property

protected static bool $final
Résultat boolean

$shortName protected_oe static_oe property

protected static string $shortName
Résultat string