Property | Type | Description | |
---|---|---|---|
$_ids | array | The list of backend object IDs. | |
$_status | array | The folder status. |
Method | Description | |
---|---|---|
__construct ( array $status, array $ids ) | Constructor. | |
__toString ( ) : string | Convert the instance into a string. | |
getChanges ( Horde_Kolab_Storage_Folder_Stamp $stamp ) : array | 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. | |
serialize ( ) : string | Serialize this object. | |
uidnext ( ) : string | Return the folder next UID number. | |
uidvalidity ( ) : string | Return the folder UID validity. | |
unserialize ( string $data ) | Reconstruct the object from serialized data. |
public __construct ( array $status, array $ids ) | ||
$status | array | The folder status. |
$ids | array | The list of undeleted objects in the folder. |
public __toString ( ) : string | ||
return | string | The string representation for this instance. |
public getChanges ( Horde_Kolab_Storage_Folder_Stamp $stamp ) : array | ||
$stamp | Horde_Kolab_Storage_Folder_Stamp | The new stamp to compare against. |
return | array | An array of two elements (added IDs, deleted IDs). |
public uidvalidity ( ) : string | ||
return | string | The folder UID validity marker. |
public unserialize ( string $data ) | ||
$data | string | The serialized data. |