PHP Класс Neos\Neos\Eel\FlowQueryOperations\ParentsUntilOperation

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 $parentNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array
getParents ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode, Neos\ContentRepository\Domain\Model\NodeInterface $siteNode )

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

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 $parentNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array
$parentNodes array the parent nodes
$until Neos\ContentRepository\Domain\Model\NodeInterface
Результат array

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

protected getParents ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode, Neos\ContentRepository\Domain\Model\NodeInterface $siteNode )
$contextNode Neos\ContentRepository\Domain\Model\NodeInterface
$siteNode Neos\ContentRepository\Domain\Model\NodeInterface

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

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

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

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

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