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

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

Protected Properties

Свойство Type Description
$node TYPO3\TYPO3CR\Domain\Model\NodeInterface
$nodeInfoHelper Neos\Neos\Ui\TypoScript\Helper\NodeInfoHelper

Méthodes publiques

Méthode Description
getDescription ( ) : string Get the description
getNode ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface Get the node
getType ( ) : string Get the type identifier
isSimilarTo ( Neos\Neos\Ui\Domain\Model\FeedbackInterface $feedback ) : boolean Checks whether this feedback is similar to another
serializeNodeRecursively ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node, TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : array Serialize node and all child nodes
serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed Serialize the payload for this feedback
setNode ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node ) : void Set the node

Method Details

getDescription() public méthode

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

getNode() public méthode

Get the node
public getNode ( ) : 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

serializeNodeRecursively() public méthode

Serialize node and all child nodes
public serializeNodeRecursively ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node, TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : array
$node TYPO3\TYPO3CR\Domain\Model\NodeInterface
$controllerContext TYPO3\Flow\Mvc\Controller\ControllerContext
Résultat array

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

setNode() public méthode

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

Property Details

$node protected_oe property

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

$nodeInfoHelper protected_oe property

protected NodeInfoHelper,Neos\Neos\Ui\TypoScript\Helper $nodeInfoHelper
Résultat Neos\Neos\Ui\TypoScript\Helper\NodeInfoHelper