PHP Class 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.
Afficher le fichier
Open project: neos/neos-development-collection
Protected Properties
Méthodes publiques
Méthodes protégées
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 |
|
getNodesUntil()
protected méthode
protected getNodesUntil ( array $prevNodes, Neos\ContentRepository\Domain\Model\NodeInterface $until ) : array |
$prevNodes |
array |
the remaining nodes |
$until |
Neos\ContentRepository\Domain\Model\NodeInterface |
|
Résultat |
array |
|
getPrevForNode()
protected méthode
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 |
Résultat |
array | null |
The previous nodes of $contextNode or NULL |
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 |
|