PHP 클래스 Neos\Neos\Ui\Domain\Model\Feedback\Operations\DocumentNodeCreated

상속: implements Neos\Neos\Ui\Domain\Model\FeedbackInterface
파일 보기 프로젝트 열기: neos/neos-ui 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$document TYPO3\TYPO3CR\Domain\Model\NodeInterface

공개 메소드들

메소드 설명
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 ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed Serialize the payload for this feedback
setDocumentNode ( 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 ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed
$controllerContext TYPO3\Flow\Mvc\Controller\ControllerContext
리턴 mixed

setDocumentNode() 공개 메소드

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