PHP Class Neos\Neos\Ui\Domain\Model\Feedback\Operations\ReloadDocument

Inheritance: implements Neos\Neos\Ui\Domain\Model\FeedbackInterface
Afficher le fichier Open project: neos/neos-ui Class Usage Examples

Protected Properties

Свойство Type Description
$document TYPO3\TYPO3CR\Domain\Model\NodeInterface

Méthodes publiques

Méthode Description
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 ( ) : mixed Serialize the payload for this feedback
serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed Serialize the payload for this feedback
setDocument ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $document ) : void Set the document

Method Details

getDescription() public méthode

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

getDocument() public méthode

Get the document
public getDocument ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
Résultat TYPO3\TYPO3CR\Domain\Model\NodeInterface

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

setDocument() public méthode

Set the document
public setDocument ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $document ) : void
$document TYPO3\TYPO3CR\Domain\Model\NodeInterface
Résultat void

Property Details

$document protected_oe property

protected NodeInterface,TYPO3\TYPO3CR\Domain\Model $document
Résultat TYPO3\TYPO3CR\Domain\Model\NodeInterface