Horde_Kolab_Storage_Folder_Stamp::getChanges PHP Method

getChanges() public method

What changed between this old stamp and the new provided stamp?
public getChanges ( Horde_Kolab_Storage_Folder_Stamp $stamp ) : array | boolean
$stamp Horde_Kolab_Storage_Folder_Stamp
return array | boolean False if there was no change, an array of two elements (added IDs, deleted IDs) otherwise.
    public function getChanges(Horde_Kolab_Storage_Folder_Stamp $stamp);
Horde_Kolab_Storage_Folder_Stamp