PHP Interface Neos\Neos\Ui\Domain\Model\ReferencingChangeInterface

Inheritance: extends Neos\Neos\Ui\Domain\Model\ChangeInterface
Show file Open project: neos/neos-ui

Public Methods

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

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