PHP Class Neos\ContentRepository\Eel\FlowQueryOperations\PropertyOperation

Inheritance: extends Neos\Eel\FlowQuery\Operations\AbstractOperation
Datei anzeigen Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$final boolean
$priority integer
$shortName string

Public Methods

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

Method Details

canEvaluate() public method

We can only handle ContentRepository Nodes.
public canEvaluate ( mixed $context ) : boolean
$context mixed
return boolean

evaluate() public method

public evaluate ( FlowQuery $flowQuery, array $arguments ) : mixed
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array the arguments for this operation
return mixed

Property Details

$final protected_oe static_oe property

protected static bool $final
return boolean

$priority protected_oe static_oe property

protected static int $priority
return integer

$shortName protected_oe static_oe property

protected static string $shortName
return string