PHP Interface Neos\Neos\Ui\Domain\Model\FeedbackInterface

Show file Open project: neos/neos-ui Interface Usage Examples

Public Methods

Method Description
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

Method Details

getDescription() public method

Get the description
public getDescription ( ) : string
return string

getType() public method

Get the type identifier
public getType ( ) : string
return string

isSimilarTo() public method

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
return boolean

serializePayload() public method

Serialize the payload for this feedback
public serializePayload ( ) : mixed
return mixed

serializePayload() public method

Serialize the payload for this feedback
public serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed
$controllerContext TYPO3\Flow\Mvc\Controller\ControllerContext
return mixed