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.