PHP Класс 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.
Наследование: extends AbstractOperation
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$final boolean
$shortName string

Открытые методы

Метод Описание
evaluate ( FlowQuery $flowQuery, array $arguments ) : mixed

Описание методов

evaluate() публичный метод

public evaluate ( FlowQuery $flowQuery, array $arguments ) : mixed
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array the context index to fetch from
Результат mixed

Описание свойств

$final защищенное статическое свойство

protected static bool $final
Результат boolean

$shortName защищенное статическое свойство

protected static string $shortName
Результат string