Свойство | Тип | Описание | |
---|---|---|---|
$document | TYPO3\TYPO3CR\Domain\Model\NodeInterface |
Метод | Описание | |
---|---|---|
getDescription ( ) : string | Get the description | |
getDocument ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface | Get the document | |
getType ( ) : string | Get the type identifier | |
isSimilarTo ( Neos\Neos\Ui\Domain\Model\FeedbackInterface $feedback ) : boolean | Checks whether this feedback is similar to another | |
serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed | Serialize the payload for this feedback | |
setDocumentNode ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $document ) : void | Set the document |
public getDescription ( ) : string | ||
Результат | string |
public getDocument ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface | ||
Результат | TYPO3\TYPO3CR\Domain\Model\NodeInterface |
public isSimilarTo ( Neos\Neos\Ui\Domain\Model\FeedbackInterface $feedback ) : boolean | ||
$feedback | Neos\Neos\Ui\Domain\Model\FeedbackInterface | |
Результат | boolean |
public serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed | ||
$controllerContext | TYPO3\Flow\Mvc\Controller\ControllerContext | |
Результат | mixed |
public setDocumentNode ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $document ) : void | ||
$document | TYPO3\TYPO3CR\Domain\Model\NodeInterface | |
Результат | void |