PHP 클래스 Neos\Neos\Ui\Domain\Model\Feedback\Operations\RenderContentOutOfBand

상속: implements Neos\Neos\Ui\Domain\Model\FeedbackInterface
파일 보기 프로젝트 열기: neos/neos-ui 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
renderContent ( TYPO3\Flow\Mvc\Controller\ControllerContext $controllerContext ) : string Render the node

메소드 상세

getDescription() 공개 메소드

Get the description
public getDescription ( ) : string
리턴 string

getMode() 공개 메소드

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

getNode() 공개 메소드

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

getParentDomAddress() 공개 메소드

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

getSiblingDomAddress() 공개 메소드

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

getType() 공개 메소드

Get the type identifier
public getType ( ) : string
리턴 string

isSimilarTo() 공개 메소드

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
리턴 boolean

renderContent() 보호된 메소드

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

serializePayload() 공개 메소드

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

setMode() 공개 메소드

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

setNode() 공개 메소드

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

setParentDomAddress() 공개 메소드

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

setSiblingDomAddress() 공개 메소드

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

프로퍼티 상세

$contentCache 보호되어 있는 프로퍼티

protected ContentCache,TYPO3\TypoScript\Core\Cache $contentCache
리턴 TYPO3\TypoScript\Core\Cache\ContentCache

$mode 보호되어 있는 프로퍼티

protected string $mode
리턴 string

$node 보호되어 있는 프로퍼티

protected NodeInterface,TYPO3\TYPO3CR\Domain\Model $node
리턴 TYPO3\TYPO3CR\Domain\Model\NodeInterface

$parentDomAddress 보호되어 있는 프로퍼티

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

$siblingDomAddress 보호되어 있는 프로퍼티

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