PHP Интерфейс Neos\Neos\Ui\Domain\Model\FeedbackInterface

Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getDescription ( ) : string Get the description
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

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

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

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

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