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.
파일 보기
프로젝트 열기: horde/horde
0 사용 예제들
공개 메소드들
메소드 |
설명 |
|
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. |
|
메소드 상세
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 getToken ( ) : string | boolen |
리턴 |
string | boolen |
The token provided by the IMAP client, or false
if unavailable. |
Return the backend object IDs in the folder.
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. |