DELETED
DELETED
List of deleted IDs
Defines unique stamps that allow to determine if folder data has changed or not.
Copyright 2011-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
isReset(\Horde_Kolab_Storage_Folder_Stamp $stamp) : boolean
Indicate if there was a complete folder reset.
\Horde_Kolab_Storage_Folder_Stamp | $stamp |
True if there was a complete folder reset stamps are different, false if not.
getChanges(\Horde_Kolab_Storage_Folder_Stamp $stamp) : array|boolean
What changed between this old stamp and the new provided stamp?
\Horde_Kolab_Storage_Folder_Stamp | $stamp |
False if there was no change, an array of two elements (added IDs, deleted IDs) otherwise.