PHP Class Neos\ContentRepository\Eel\FlowQueryOperations\PropertyOperation

Inheritance: extends Neos\Eel\FlowQuery\Operations\AbstractOperation
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

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

Méthodes publiques

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

Method Details

canEvaluate() public méthode

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

evaluate() public méthode

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

Property Details

$final protected_oe static_oe property

protected static bool $final
Résultat boolean

$priority protected_oe static_oe property

protected static int $priority
Résultat integer

$shortName protected_oe static_oe property

protected static string $shortName
Résultat string