Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Neos
Eel
FlowQuery
Operations
CountOperation
PHP Class Neos\Eel\FlowQuery\Operations\CountOperation
If arguments are given, these are used to filter the elements before counting.
Inheritance:
extends
AbstractOperation
Show file
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 static property
protected
static
bool
$final
return
boolean
$shortName
protected static property
protected
static
string
$shortName
return
string