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

Inheritance: extends AbstractChange, implements Neos\Neos\Ui\Domain\Model\ReferencingChangeInterface
显示文件 Open project: neos/neos-ui

Protected Properties

Property Type Description
$reference TYPO3\TYPO3CR\Domain\Model\NodeInterface The reference

Public Methods

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

Protected Methods

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

Method Details

getReference() public method

Get the reference
public getReference ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
return TYPO3\TYPO3CR\Domain\Model\NodeInterface

setReference() public method

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

updateWorkspaceInfo() protected method

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

Property Details

$reference protected_oe property

The reference
protected NodeInterface,TYPO3\TYPO3CR\Domain\Model $reference
return TYPO3\TYPO3CR\Domain\Model\NodeInterface