프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$priority | integer | ||
$shortName | string |
메소드 | 설명 | |
---|---|---|
canEvaluate ( $context ) : boolean | ||
evaluate ( |
메소드 | 설명 | |
---|---|---|
getNextForNode ( Neos\ContentRepository\Domain\Model\NodeInterface $contextNode ) : Neos\ContentRepository\Domain\Model\NodeInterface |
public canEvaluate ( $context ) : boolean | ||
리턴 | 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 |
리턴 | Neos\ContentRepository\Domain\Model\NodeInterface | The preceding nodes of $contextNode or NULL |