PHP Интерфейс Horde_Kolab_Storage_Folder_Stamp, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Serializable
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getChanges ( Horde_Kolab_Storage_Folder_Stamp $stamp ) : array | boolean What changed between this old stamp and the new provided stamp?
getToken ( ) : string | boolen Return the sync token.
ids ( ) : array Return the backend object IDs in the folder.
isReset ( Horde_Kolab_Storage_Folder_Stamp $stamp ) : boolean Indicate if there was a complete folder reset.

Описание методов

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.

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

Return the sync token.
public getToken ( ) : string | boolen
Результат string | boolen The token provided by the IMAP client, or false if unavailable.

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

Return the backend object IDs in the folder.
public ids ( ) : array
Результат array The list of backend IDs.

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

Indicate if there was a complete folder reset.
public isReset ( Horde_Kolab_Storage_Folder_Stamp $stamp ) : boolean
$stamp Horde_Kolab_Storage_Folder_Stamp
Результат boolean True if there was a complete folder reset stamps are different, false if not.