PHP Class Neos\Eel\FlowQuery\Operations\CountOperation

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

Protected Properties

Property Type Description
$final boolean
$shortName string

Public Methods

Method Description
evaluate ( FlowQuery $flowQuery, array $arguments ) : void | integer

Method Details

evaluate() public method

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

Property Details

$final protected_oe static_oe property

protected static bool $final
return boolean

$shortName protected_oe static_oe property

protected static string $shortName
return string