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

Afficher le fichier Open project: neos/neos-ui Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Get the description
public getDescription ( ) : string
Résultat string

getType() public méthode

Get the type identifier
public getType ( ) : string
Résultat string

isSimilarTo() public méthode

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
Résultat boolean

serializePayload() public méthode

Serialize the payload for this feedback
public serializePayload ( ) : mixed
Résultat mixed

serializePayload() public méthode

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