PHP Class Neos\Eel\FlowQuery\Operations\GetOperation
If FlowQuery is used, the result is always another FlowQuery. In case you
need to pass a FlowQuery result (and lazy evaluation does not work out) you
can use get() to unwrap the result from the "FlowQuery envelope".
If no arguments are given, the full context is returned. Otherwise the
value contained in the context at the index given as argument is
returned. If no such index exists, NULL is returned.
Show file
Open project: neos/flow-development-collection
Protected Properties
Public Methods
Method Details
public evaluate ( FlowQuery $flowQuery, array $arguments ) : mixed |
$flowQuery |
Neos\Eel\FlowQuery\FlowQuery |
the FlowQuery object |
$arguments |
array |
the context index to fetch from |
return |
mixed |
|
Property Details
$final protected static property
protected static bool $final |
return |
boolean |
|
$shortName protected static property
protected static string $shortName |
return |
string |
|