Property | Type | Description | |
---|---|---|---|
$node | TYPO3\TYPO3CR\Domain\Model\NodeInterface | ||
$nodeInfoHelper |
Method | Description | |
---|---|---|
getDescription ( ) : string | Get the description | |
getNode ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface | Get the node | |
getType ( ) : string | Get the type identifier | |
isSimilarTo ( Neos\Neos\Ui\Domain\Model\FeedbackInterface $feedback ) : boolean | Checks whether this feedback is similar to another | |
serializeNodeRecursively ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node, TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : array | Serialize node and all child nodes | |
serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed | Serialize the payload for this feedback | |
setNode ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node ) : void | Set the node |
public getNode ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface | ||
return | TYPO3\TYPO3CR\Domain\Model\NodeInterface |
public isSimilarTo ( Neos\Neos\Ui\Domain\Model\FeedbackInterface $feedback ) : boolean | ||
$feedback | Neos\Neos\Ui\Domain\Model\FeedbackInterface | |
return | boolean |
public serializeNodeRecursively ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node, TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : array | ||
$node | TYPO3\TYPO3CR\Domain\Model\NodeInterface | |
$controllerContext | TYPO3\Flow\Mvc\Controller\ControllerContext | |
return | array |
public serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed | ||
$controllerContext | TYPO3\Flow\Mvc\Controller\ControllerContext | |
return | mixed |
protected NodeInterface,TYPO3\TYPO3CR\Domain\Model $node | ||
return | TYPO3\TYPO3CR\Domain\Model\NodeInterface |