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

Inheritance: extends Neos\Neos\Ui\Domain\Model\ChangeInterface
Afficher le fichier Open project: neos/neos-ui

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

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