PHP Класс Neos\Neos\Ui\Domain\Model\AbstractChange

Наследование: implements Neos\Neos\Ui\Domain\Model\ChangeInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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