Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Neos
Eel
FlowQuery
Operations
CountOperation
PHP 클래스 Neos\Eel\FlowQuery\Operations\CountOperation
If arguments are given, these are used to filter the elements before counting.
상속:
extends
AbstractOperation
파일 보기
프로젝트 열기: neos/flow-development-collection
보호된 프로퍼티들
프로퍼티
타입
설명
$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