PHP Neos\Eel\FlowQuery\Operations Пространство имен

Пространства имен

Neos\Eel\FlowQuery\Operations\Object

Классы

Имя Описание
AbstractOperation Convenience base class for FlowQuery Operations. You should set $shortName and optionally also $final and $priority when subclassing.
AddOperation Add another $flowQuery object to the current one.
CountOperation Count the number of elements in the context.
FirstOperation Get the first element inside the context.
GetOperation Get a (non-wrapped) element from the context.
IsOperation Check whether the at least one of the context elements match the given filter.
LastOperation Get the last element inside the context.
SliceOperation Slice the current context