Horde_Kolab_Storage_Folder_Stamp::getChanges PHP Метод

getChanges() публичный Метод

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
Результат 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