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

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

Protected Properties

Свойство Type Description
$contentCache TYPO3\TypoScript\Core\Cache\ContentCache
$mode string
$node TYPO3\TYPO3CR\Domain\Model\NodeInterface
$parentDomAddress Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress The node dom address for the parent node of the created node
$siblingDomAddress Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress The node dom address for the referenced sibling node of the created node

Méthodes publiques

Méthode Description
getDescription ( ) : string Get the description
getMode ( ) : string Get the insertion mode (before|after|into)
getNode ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface Get the node
getParentDomAddress ( ) : RenderedNodeDomAddress Get the parent node dom address
getSiblingDomAddress ( ) : RenderedNodeDomAddress Get the sibling node dom address
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
setMode ( string $mode ) : void Set the insertion mode (before|after|into)
setNode ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node ) : void Set the node
setParentDomAddress ( RenderedNodeDomAddress $parentDomAddress = null ) : void Set the parent node dom address
setSiblingDomAddress ( RenderedNodeDomAddress $siblingDomAddress = null ) : void Set the sibling node dom address

Méthodes protégées

Méthode Description
renderContent ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : string Render the node

Method Details

getDescription() public méthode

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

getMode() public méthode

Get the insertion mode (before|after|into)
public getMode ( ) : 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

getParentDomAddress() public méthode

Get the parent node dom address
public getParentDomAddress ( ) : RenderedNodeDomAddress
Résultat Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress

getSiblingDomAddress() public méthode

Get the sibling node dom address
public getSiblingDomAddress ( ) : RenderedNodeDomAddress
Résultat Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress

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

renderContent() protected méthode

Render the node
protected renderContent ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : string
$controllerContext TYPO3\Flow\Mvc\Controller\ControllerContext
Résultat string

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

setMode() public méthode

Set the insertion mode (before|after|into)
public setMode ( string $mode ) : void
$mode string
Résultat void

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

setParentDomAddress() public méthode

Set the parent node dom address
public setParentDomAddress ( RenderedNodeDomAddress $parentDomAddress = null ) : void
$parentDomAddress Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress
Résultat void

setSiblingDomAddress() public méthode

Set the sibling node dom address
public setSiblingDomAddress ( RenderedNodeDomAddress $siblingDomAddress = null ) : void
$siblingDomAddress Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress
Résultat void

Property Details

$contentCache protected_oe property

protected ContentCache,TYPO3\TypoScript\Core\Cache $contentCache
Résultat TYPO3\TypoScript\Core\Cache\ContentCache

$mode protected_oe property

protected string $mode
Résultat string

$node protected_oe property

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

$parentDomAddress protected_oe property

The node dom address for the parent node of the created node
protected RenderedNodeDomAddress,Neos\Neos\Ui\Domain\Model $parentDomAddress
Résultat Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress

$siblingDomAddress protected_oe property

The node dom address for the referenced sibling node of the created node
protected RenderedNodeDomAddress,Neos\Neos\Ui\Domain\Model $siblingDomAddress
Résultat Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress