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

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

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

Свойство Тип Описание
$document TYPO3\TYPO3CR\Domain\Model\NodeInterface
$workspaceService Neos\Neos\Ui\TYPO3CR\Service\WorkspaceService

Открытые методы

Метод Описание
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 ( ) : mixed Serialize the payload for this feedback
serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed Serialize the payload for this feedback
setDocument ( 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 ( ) : mixed
Результат mixed

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

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

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

Set the document
public setDocument ( 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

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

protected WorkspaceService,Neos\Neos\Ui\TYPO3CR\Service $workspaceService
Результат Neos\Neos\Ui\TYPO3CR\Service\WorkspaceService