PHP 클래스 Neos\Eel\FlowQuery\Operations\Object\ChildrenOperation

상속: extends Neos\Eel\FlowQuery\Operations\AbstractOperation
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$shortName string

공개 메소드들

메소드 설명
evaluate ( FlowQuery $flowQuery, array $arguments ) : void

보호된 메소드들

메소드 설명
evaluatePropertyNameFilter ( FlowQuery $query, string $propertyNameFilter ) : void Evaluate the property name filter by traversing to the child object. We only support nested objects right now

메소드 상세

evaluate() 공개 메소드

public evaluate ( FlowQuery $flowQuery, array $arguments ) : void
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array the filter expression to use (in index 0)
리턴 void

evaluatePropertyNameFilter() 보호된 메소드

Evaluate the property name filter by traversing to the child object. We only support nested objects right now
protected evaluatePropertyNameFilter ( FlowQuery $query, string $propertyNameFilter ) : void
$query Neos\Eel\FlowQuery\FlowQuery
$propertyNameFilter string
리턴 void

프로퍼티 상세

$shortName 보호되어 있는 정적으로 프로퍼티

protected static string $shortName
리턴 string