프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$contentCache | TYPO3\TypoScript\Core\Cache\ContentCache | ||
$mode | string | ||
$node | TYPO3\TYPO3CR\Domain\Model\NodeInterface | ||
$parentDomAddress | The node dom address for the parent node of the created node | ||
$siblingDomAddress | The node dom address for the referenced sibling node of the created node |
메소드 | 설명 | |
---|---|---|
getDescription ( ) : string | Get the description | |
getMode ( ) : string | Get the insertion mode (before|after|into) | |
getNode ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface | Get the node | |
getParentDomAddress ( ) : |
Get the parent node dom address | |
getSiblingDomAddress ( ) : |
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 ( |
Set the parent node dom address | |
setSiblingDomAddress ( |
Set the sibling node dom address |
메소드 | 설명 | |
---|---|---|
renderContent ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : string | Render the node |
public getNode ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface | ||
리턴 | TYPO3\TYPO3CR\Domain\Model\NodeInterface |
public getParentDomAddress ( ) : |
||
리턴 |
public getSiblingDomAddress ( ) : |
||
리턴 |
public isSimilarTo ( Neos\Neos\Ui\Domain\Model\FeedbackInterface $feedback ) : boolean | ||
$feedback | Neos\Neos\Ui\Domain\Model\FeedbackInterface | |
리턴 | boolean |
protected renderContent ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : string | ||
$controllerContext | TYPO3\Flow\Mvc\Controller\ControllerContext | |
리턴 | string |
public serializePayload ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : mixed | ||
$controllerContext | TYPO3\Flow\Mvc\Controller\ControllerContext | |
리턴 | mixed |
public setParentDomAddress ( |
||
$parentDomAddress | ||
리턴 | void |
public setSiblingDomAddress ( |
||
$siblingDomAddress | ||
리턴 | void |
protected ContentCache,TYPO3\TypoScript\Core\Cache $contentCache | ||
리턴 | TYPO3\TypoScript\Core\Cache\ContentCache |
protected NodeInterface,TYPO3\TYPO3CR\Domain\Model $node | ||
리턴 | TYPO3\TYPO3CR\Domain\Model\NodeInterface |
protected RenderedNodeDomAddress,Neos\Neos\Ui\Domain\Model $parentDomAddress | ||
리턴 |