protected StorageComparer::addChangeList($collection, $op, array $changes, array $sort_order = NULL)
Adds changes to the changelist.
Parameters
string $collection: The storage collection to add changes for.
string $op: The change operation performed. Either delete, create, rename, or update.
array $changes: Array of changes to add to the changelist.
array $sort_order: Array to sort that can be used to sort the changelist. This array must contain all the items that are in the change list.
File