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