Neos\Neos\Ui\Domain\Model\AbstractReferencingChange::getReference PHP Method

getReference() public method

Get the reference
public getReference ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
return TYPO3\TYPO3CR\Domain\Model\NodeInterface
    public function getReference()
    {
        return $this->reference;
    }