PHP Class Neos\ContentRepository\Eel\FlowQueryOperations\NextUntilOperation

If an optional filter expression is provided as a second argument, it only returns the nodes matching the given expression.
Inheritance: extends Neos\Eel\FlowQuery\Operations\AbstractOperation
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
getNextForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : array | null
getNodesUntil ( array $nextNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array

Method Details

canEvaluate() public méthode

public canEvaluate ( $context ) : boolean
Résultat boolean TRUE if the operation can be applied onto the $context, FALSE otherwise

evaluate() public méthode

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

getNextForNode() protected méthode

protected getNextForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : array | null
$contextNode Neos\ContentRepository\Domain\Model\NodeInterface The node for which the next nodes should be found
Résultat array | null The following nodes of $contextNode or NULL

getNodesUntil() protected méthode

protected getNodesUntil ( array $nextNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array
$nextNodes array the remaining nodes
$until Neos\ContentRepository\Domain\Model\NodeInterface
Résultat array

Property Details

$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