PHP Class Neos\Neos\Ui\Domain\Model\Changes\AbstractMove

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

Méthodes publiques

Méthode Description
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
merge ( Neos\Neos\Ui\Domain\Model\ChangeInterface $subsequentChange ) : void Merges this change with a subsequent change

Method Details

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

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