Свойство | Type | Description | |
---|---|---|---|
$_storage | Horde_Kolab_Storage | The decorated storage handler. | |
$_synchronization | Horde_Kolab_Storage_Synchronization | The synchronization strategy |
Méthode | Description | |
---|---|---|
__construct ( Horde_Kolab_Storage $storage, Horde_Kolab_Storage_Synchronization $synchronization ) | Constructor. | |
getData ( string $folder, string $object_type = null, integer $data_version = 1 ) : Horde_Kolab_Storage_Data | Return a data handler for accessing data in the specified folder. | |
getFolder ( string $folder ) : Horde_Kolab_Storage_Folder | Get a Folder object. | |
getList ( ) : Horde_Kolab_Storage_List | Get the folder list object. | |
getSystemList ( string $type ) : Horde_Kolab_Storage_List | Get a folder list object for a "system" user. |
public __construct ( Horde_Kolab_Storage $storage, Horde_Kolab_Storage_Synchronization $synchronization ) | ||
$storage | Horde_Kolab_Storage | The storage handler. |
$synchronization | Horde_Kolab_Storage_Synchronization | The synchronization strategy. |
public getData ( string $folder, string $object_type = null, integer $data_version = 1 ) : Horde_Kolab_Storage_Data | ||
$folder | string | The name of the folder. |
$object_type | string | The type of data we want to access in the folder. |
$data_version | integer | Format version of the object data. |
Résultat | Horde_Kolab_Storage_Data | The data object. |
public getList ( ) : Horde_Kolab_Storage_List | ||
Résultat | Horde_Kolab_Storage_List | The handler for the list of folders present in the Kolab backend. |
public getSystemList ( string $type ) : Horde_Kolab_Storage_List | ||
$type | string | The type of system user. |
Résultat | Horde_Kolab_Storage_List | The handler for the list of folders present in the Kolab backend. |
protected Horde_Kolab_Storage $_storage | ||
Résultat | Horde_Kolab_Storage |