PHP Класс Neos\Eel\FlowQuery\Operations\Object\PropertyOperation

Expects the name of a property as argument. If the context is empty, NULL is returned. Otherwise the value of the property on the first context element is returned.
Наследование: extends Neos\Eel\FlowQuery\Operations\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 property path to use (in index 0)
Результат mixed

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

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

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

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

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