PrevOperation
class PrevOperation extends AbstractOperation (View source)
"prev" operation working on ContentRepository nodes. It iterates over all context elements and returns the immediately preceding sibling.
If an optional filter expression is provided, it only returns the node if it matches the given expression.
Properties
static protected string | $shortName | {@inheritdoc} | |
static protected int | $priority | {@inheritdoc} |
Methods
bool
canEvaluate(array $context)
{@inheritdoc}
void
evaluate(FlowQuery $flowQuery, array $arguments)
{@inheritdoc}
Details
bool
canEvaluate(array $context)
{@inheritdoc}
void
evaluate(FlowQuery $flowQuery, array $arguments)
{@inheritdoc}
protected TraversableNodeInterface
getPrevForNode(TraversableNodeInterface $contextNode)
No description