Property | Type | Description | |
---|---|---|---|
$priority | integer | ||
$shortName | string |
Method | Description | |
---|---|---|
canEvaluate ( $context ) : boolean | ||
evaluate ( |
Method | Description | |
---|---|---|
getNextForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : Neos\ContentRepository\Domain\Model\NodeInterface |
public canEvaluate ( $context ) : boolean | ||
return | boolean | TRUE if the operation can be applied onto the $context, FALSE otherwise |
protected getNextForNode ( 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 |
return | Neos\ContentRepository\Domain\Model\NodeInterface | The preceding nodes of $contextNode or NULL |