PHP Класс Neos\Neos\Ui\Domain\Model\Feedback\Operations\DocumentNodeCreated

Наследование: implements Neos\Neos\Ui\Domain\Model\FeedbackInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Описание методов

getDescription() публичный Метод

Get the description
public getDescription ( ) : string
Результат string

getDocument() публичный Метод

Get the document
public getDocument ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
Результат TYPO3\TYPO3CR\Domain\Model\NodeInterface

getType() публичный Метод

Get the type identifier
public getType ( ) : string
Результат string

isSimilarTo() публичный Метод

Checks whether this feedback is similar to another
public isSimilarTo ( Neos\Neos\Ui\Domain\Model\FeedbackInterface $feedback ) : boolean
$feedback Neos\Neos\Ui\Domain\Model\FeedbackInterface
Результат boolean

serializePayload() публичный Метод

Serialize the payload for this feedback
public serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed
$controllerContext TYPO3\Flow\Mvc\Controller\ControllerContext
Результат mixed

setDocumentNode() публичный Метод

Set the document
public setDocumentNode ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $document ) : void
$document TYPO3\TYPO3CR\Domain\Model\NodeInterface
Результат void

Описание свойств

$document защищенное свойство

protected NodeInterface,TYPO3\TYPO3CR\Domain\Model $document
Результат TYPO3\TYPO3CR\Domain\Model\NodeInterface