PHP Neos\Neos\Eel\FlowQueryOperations 네임스페이스

클래스들

이름 설명
ParentsOperation "parents" operation working on ContentRepository nodes. It iterates over all context elements and returns the parent nodes or only those matching the filter expression specified as optional argument.
ParentsUntilOperation "parentsUntil" operation working on ContentRepository nodes. It iterates over all context elements and returns the parent nodes until the matching parent is found.
SortOperation "sort" operation working on ContentRepository nodes.