PHP 클래스 Neos\Neos\Ui\Domain\Model\AbstractReferencingChange

상속: extends AbstractChange, implements Neos\Neos\Ui\Domain\Model\ReferencingChangeInterface
파일 보기 프로젝트 열기: neos/neos-ui

보호된 프로퍼티들

프로퍼티 타입 설명
$reference TYPO3\TYPO3CR\Domain\Model\NodeInterface The reference

공개 메소드들

메소드 설명
getReference ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface Get the reference
setReference ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $reference ) : void Set the reference

보호된 메소드들

메소드 설명
updateWorkspaceInfo ( ) : void Helper method to inform the client, that new workspace information is available

메소드 상세

getReference() 공개 메소드

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

setReference() 공개 메소드

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

updateWorkspaceInfo() 보호된 메소드

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

프로퍼티 상세

$reference 보호되어 있는 프로퍼티

The reference
protected NodeInterface,TYPO3\TYPO3CR\Domain\Model $reference
리턴 TYPO3\TYPO3CR\Domain\Model\NodeInterface