class NextAllOperation extends AbstractOperation (View source)

"nextAll" operation working on ContentRepository nodes. It iterates over all context elements and returns each following sibling or only those matching the filter expression specified as optional argument.

Properties

static protected string $shortName

{@inheritdoc}

static protected int $priority

{@inheritdoc}

protected ContentRepositoryRegistry $contentRepositoryRegistry

Methods

bool
canEvaluate(array<int,mixed> $context)

{@inheritdoc}

void
evaluate(FlowQuery $flowQuery, array $arguments)

{@inheritdoc}

getNextForNode(Node $contextNode)

No description

Details

bool canEvaluate(array<int,mixed> $context)

{@inheritdoc}

Parameters

array<int,mixed> $context

(or array-like object) onto which this operation should be applied

Return Value

bool

true if the operation can be applied onto the $context, false otherwise

void evaluate(FlowQuery $flowQuery, array $arguments)

{@inheritdoc}

Parameters

FlowQuery $flowQuery

the FlowQuery object

array $arguments

the arguments for this operation

Return Value

void

protected Nodes getNextForNode(Node $contextNode)

No description

Parameters

Node $contextNode

The node for which the next node should be found

Return Value

Nodes

The next nodes of $contextNode