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

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

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

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

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

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

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

Метод Описание
getNodesUntil ( array $prevNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array
getPrevForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : array | null

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

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

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

protected getNodesUntil ( array $prevNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array
$prevNodes array the remaining nodes
$until Neos\ContentRepository\Domain\Model\NodeInterface
Результат array

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

protected getPrevForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : array | null
$contextNode Neos\ContentRepository\Domain\Model\NodeInterface The node for which the previous nodes should be found
Результат array | null The previous nodes of $contextNode or NULL

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

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

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

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

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