PHP Класс 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.
Показать файл
Открыть проект
Защищенные свойства (Protected)
Открытые методы
Защищенные методы
Описание методов
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 ) : array | null |
$contextNode |
Neos\ContentRepository\Domain\Model\NodeInterface |
The node for which the next nodes should be found |
Результат |
array | null |
The following nodes of $contextNode or NULL |
getNodesUntil()
защищенный Метод
protected getNodesUntil ( array $nextNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array |
$nextNodes |
array |
the remaining nodes |
$until |
Neos\ContentRepository\Domain\Model\NodeInterface |
|
Результат |
array |
|
Описание свойств
$priority защищенное статическое свойство
protected static int $priority |
Результат |
integer |
|
$shortName защищенное статическое свойство
protected static string $shortName |
Результат |
string |
|