PHP Class Neos\Neos\Ui\Domain\Model\AbstractReferencingChange

Inheritance: extends AbstractChange, implements Neos\Neos\Ui\Domain\Model\ReferencingChangeInterface
Afficher le fichier Open project: neos/neos-ui

Protected Properties

Свойство Type Description
$reference TYPO3\TYPO3CR\Domain\Model\NodeInterface The reference

Méthodes publiques

Méthode Description
getReference ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface Get the reference
setReference ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $reference ) : void Set the reference

Méthodes protégées

Méthode Description
updateWorkspaceInfo ( ) : void Helper method to inform the client, that new workspace information is available

Method Details

getReference() public méthode

Get the reference
public getReference ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
Résultat TYPO3\TYPO3CR\Domain\Model\NodeInterface

setReference() public méthode

Set the reference
public setReference ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $reference ) : void
$reference TYPO3\TYPO3CR\Domain\Model\NodeInterface
Résultat void

updateWorkspaceInfo() protected méthode

Helper method to inform the client, that new workspace information is available
protected updateWorkspaceInfo ( ) : void
Résultat void

Property Details

$reference protected_oe property

The reference
protected NodeInterface,TYPO3\TYPO3CR\Domain\Model $reference
Résultat TYPO3\TYPO3CR\Domain\Model\NodeInterface