PHP Interface Neos\Neos\Ui\Domain\Model\ChangeInterface

Afficher le fichier Open project: neos/neos-ui Interface Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

apply() public méthode

Applies this change
public apply ( ) : void
Résultat void

canApply() public méthode

Checks whether this change can be applied to the subject
public canApply ( ) : boolean
Résultat boolean

canMerge() public méthode

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
Résultat boolean

getSubject() public méthode

Get the subject
public getSubject ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
Résultat TYPO3\TYPO3CR\Domain\Model\NodeInterface

merge() public méthode

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

setSubject() public méthode

Set the subject
public setSubject ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $subject ) : void
$subject TYPO3\TYPO3CR\Domain\Model\NodeInterface
Résultat void