PHP Class 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.
Inheritance: extends Neos\Eel\FlowQuery\Operations\AbstractOperation
Mostrar archivo Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$final boolean
$shortName string

Public Methods

Method Description
evaluate ( FlowQuery $flowQuery, array $arguments ) : mixed

Method Details

evaluate() public method

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)
return mixed

Property Details

$final protected_oe static_oe property

protected static bool $final
return boolean

$shortName protected_oe static_oe property

protected static string $shortName
return string