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

Inheritance: implements Neos\Neos\Ui\Domain\Model\FeedbackInterface
Show file Open project: neos/neos-ui Class Usage Examples

Protected Properties

Property 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

Public Methods

Method 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

Protected Methods

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

Method Details

getDescription() public method

Get the description
public getDescription ( ) : string
return string

getMode() public method

Get the insertion mode (before|after|into)
public getMode ( ) : string
return string

getNode() public method

Get the node
public getNode ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
return TYPO3\TYPO3CR\Domain\Model\NodeInterface

getParentDomAddress() public method

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

getSiblingDomAddress() public method

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

getType() public method

Get the type identifier
public getType ( ) : string
return string

isSimilarTo() public method

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
return boolean

renderContent() protected method

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

serializePayload() public method

Serialize the payload for this feedback
public serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed
$controllerContext TYPO3\Flow\Mvc\Controller\ControllerContext
return mixed

setMode() public method

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

setNode() public method

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

setParentDomAddress() public method

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

setSiblingDomAddress() public method

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

Property Details

$contentCache protected property

protected ContentCache,TYPO3\TypoScript\Core\Cache $contentCache
return TYPO3\TypoScript\Core\Cache\ContentCache

$mode protected property

protected string $mode
return string

$node protected property

protected NodeInterface,TYPO3\TYPO3CR\Domain\Model $node
return TYPO3\TYPO3CR\Domain\Model\NodeInterface

$parentDomAddress protected property

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

$siblingDomAddress protected property

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