PHP 인터페이스 Neos\Neos\Ui\Domain\Model\FeedbackInterface

파일 보기 프로젝트 열기: neos/neos-ui 0 사용 예제들

공개 메소드들

메소드 설명
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