PropertyOperation
class PropertyOperation extends AbstractOperation (View source)
Used to access properties of a ContentRepository Node. If the property mame is prefixed with _, internal node properties like start time, end time, hidden are accessed.
Properties
static protected string | $shortName | {@inheritdoc} |
|
static protected int | $priority | {@inheritdoc} |
|
static protected bool | $final | {@inheritdoc} |
|
protected ContentRepositoryRegistry | $contentRepositoryRegistry |
Methods
bool
canEvaluate(array $context)
{@inheritdoc}
mixed
evaluate(FlowQuery $flowQuery, array $arguments)
{@inheritdoc}
Details
bool
canEvaluate(array $context)
{@inheritdoc}
We can only handle ContentRepository Nodes.
mixed
evaluate(FlowQuery $flowQuery, array $arguments)
{@inheritdoc}