PHP Класс Neos\ContentRepository\Eel\FlowQueryOperations\NextOperation

If an optional filter expression is provided, it only returns the node if it matches the given expression.
Наследование: extends Neos\Eel\FlowQuery\Operations\AbstractOperation
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$priority integer
$shortName string

Открытые методы

Метод Описание
canEvaluate ( $context ) : boolean
evaluate ( FlowQuery $flowQuery, array $arguments ) : void

Защищенные методы

Метод Описание
getNextForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : Neos\ContentRepository\Domain\Model\NodeInterface

Описание методов

canEvaluate() публичный Метод

public canEvaluate ( $context ) : boolean
Результат boolean TRUE if the operation can be applied onto the $context, FALSE otherwise

evaluate() публичный Метод

public evaluate ( FlowQuery $flowQuery, array $arguments ) : void
$flowQuery Neos\Eel\FlowQuery\FlowQuery the FlowQuery object
$arguments array the arguments for this operation
Результат void

getNextForNode() защищенный Метод

protected getNextForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : Neos\ContentRepository\Domain\Model\NodeInterface
$contextNode Neos\ContentRepository\Domain\Model\NodeInterface The node for which the preceding node should be found
Результат Neos\ContentRepository\Domain\Model\NodeInterface The following node of $contextNode or NULL

Описание свойств

$priority защищенное статическое свойство

protected static int $priority
Результат integer

$shortName защищенное статическое свойство

protected static string $shortName
Результат string