Property | Type | Description | |
---|---|---|---|
$changes | array | Changes in this collection |
Method | Description | |
---|---|---|
add ( Neos\Neos\Ui\Domain\Model\ChangeInterface $change ) : void | Add a change to this collection | |
apply ( ) : void | Apply all changes | |
compress ( ) : |
Reduce this collection to a minimal set of changes with the same outcome | |
count ( ) : integer | Get the number of changes in this collection |
public compress ( ) : |
||
return |