PHP 인터페이스 Neos\Neos\Ui\Domain\Model\ChangeInterface

파일 보기 프로젝트 열기: neos/neos-ui 0 사용 예제들

공개 메소드들

메소드 설명
apply ( ) : void Applies this change
canApply ( ) : boolean Checks whether this change can be applied to the subject
canMerge ( Neos\Neos\Ui\Domain\Model\ChangeInterface $subsequentChange ) : boolean Checks whether this change can be merged with a subsequent change
getSubject ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface Get the subject
merge ( Neos\Neos\Ui\Domain\Model\ChangeInterface $subsequentChange ) : void Merges this change with a subsequent change
setSubject ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $subject ) : void Set the subject

메소드 상세

apply() 공개 메소드

Applies this change
public apply ( ) : void
리턴 void

canApply() 공개 메소드

Checks whether this change can be applied to the subject
public canApply ( ) : boolean
리턴 boolean

canMerge() 공개 메소드

Checks whether this change can be merged with a subsequent change
public canMerge ( Neos\Neos\Ui\Domain\Model\ChangeInterface $subsequentChange ) : boolean
$subsequentChange Neos\Neos\Ui\Domain\Model\ChangeInterface
리턴 boolean

getSubject() 공개 메소드

Get the subject
public getSubject ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
리턴 TYPO3\TYPO3CR\Domain\Model\NodeInterface

merge() 공개 메소드

Merges this change with a subsequent change
public merge ( Neos\Neos\Ui\Domain\Model\ChangeInterface $subsequentChange ) : void
$subsequentChange Neos\Neos\Ui\Domain\Model\ChangeInterface
리턴 void

setSubject() 공개 메소드

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