PHP 클래스 Neos\Neos\Ui\Domain\Model\AbstractChange

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

보호된 프로퍼티들

프로퍼티 타입 설명
$feedbackCollection FeedbackCollection
$persistenceManager TYPO3\Flow\Persistence\PersistenceManagerInterface
$subject TYPO3\TYPO3CR\Domain\Model\NodeInterface

공개 메소드들

메소드 설명
getSubject ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface Get the subject
injectPersistenceManager ( TYPO3\Flow\Persistence\PersistenceManagerInterface $persistenceManager ) : void Inject the persistence manager
setSubject ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $subject ) : void Set the subject

보호된 메소드들

메소드 설명
addDocumentNodeCreatedFeedback ( ) : void Inform the client that a node has been created, the client decides if and which tree should react to this change.
reloadDocument ( ) : void Inform the client to reload the currently-displayed document, because the rendering has changed.
updateWorkspaceInfo ( ) : void Helper method to inform the client, that new workspace information is available

메소드 상세

addDocumentNodeCreatedFeedback() 보호된 메소드

Inform the client that a node has been created, the client decides if and which tree should react to this change.
protected addDocumentNodeCreatedFeedback ( ) : void
리턴 void

getSubject() 공개 메소드

Get the subject
public getSubject ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
리턴 TYPO3\TYPO3CR\Domain\Model\NodeInterface

injectPersistenceManager() 공개 메소드

Inject the persistence manager
public injectPersistenceManager ( TYPO3\Flow\Persistence\PersistenceManagerInterface $persistenceManager ) : void
$persistenceManager TYPO3\Flow\Persistence\PersistenceManagerInterface
리턴 void

reloadDocument() 보호된 메소드

This method will be triggered if [nodeType].properties.[propertyName].ui.reloadIfChanged is TRUE.
protected reloadDocument ( ) : void
리턴 void

setSubject() 공개 메소드

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

updateWorkspaceInfo() 보호된 메소드

Helper method to inform the client, that new workspace information is available
protected updateWorkspaceInfo ( ) : void
리턴 void

프로퍼티 상세

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

protected FeedbackCollection,Neos\Neos\Ui\Domain\Model $feedbackCollection
리턴 FeedbackCollection

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

protected PersistenceManagerInterface,TYPO3\Flow\Persistence $persistenceManager
리턴 TYPO3\Flow\Persistence\PersistenceManagerInterface

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

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