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.
Inheritance: extends AbstractOperation
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$final boolean
$shortName string

Méthodes publiques

Méthode Description
evaluate ( FlowQuery $flowQuery, array $arguments ) : mixed

Method Details

evaluate() public méthode

public evaluate ( FlowQuery $flowQuery, array $arguments ) : mixed
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array the context index to fetch from
Résultat mixed

Property Details

$final protected_oe static_oe property

protected static bool $final
Résultat boolean

$shortName protected_oe static_oe property

protected static string $shortName
Résultat string