PHP Class Neos\ContentRepository\Eel\FlowQueryOperations\PrevOperation
If an optional filter expression is provided, it only returns the node
if it matches the given expression.
Afficher le fichier
Open project: neos/neos-development-collection
Class Usage Examples
Protected Properties
Méthodes publiques
Méthodes protégées
Méthode |
Description |
|
getPrevForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : Neos\ContentRepository\Domain\Model\NodeInterface |
|
|
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 |
|
getPrevForNode()
protected méthode
protected getPrevForNode ( 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 |
Résultat |
Neos\ContentRepository\Domain\Model\NodeInterface |
The preceding node 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 |
|