Method |
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 |
|
getPropertyName ( ) : string |
Get the property name |
|
getValue ( ) : mixed |
Get the value |
|
merge ( Neos\Neos\Ui\Domain\Model\ChangeInterface $subsequentChange ) : Neos\Neos\Ui\Domain\Model\ChangeInterface | null |
Merges this change with a subsequent change |
|
setPropertyName ( string $propertyName ) : void |
Set the property name |
|
setValue ( mixed $value ) |
Set the value |
|