Méthode |
Description |
|
create ( &$object, boolean $raw = false ) : string |
Create a new object. |
|
delete ( array | string $object_ids ) : null |
Delete the specified objects from this data set. |
|
deleteAll ( ) : null |
Delete all objects from this data set. |
|
deleteBackendIds ( array | string $uids ) : null |
Delete the specified messages from this folder. |
|
fetch ( array $uids ) : array |
Retrieves the objects for the given UIDs. |
|
fetchComplete ( string $uid ) : array |
Retrieves the complete message for the given UID. |
|
getAttachment ( string $object_id, string $attachment_id ) : resource |
Returns the specified attachment. |
|
getAuth ( ) : string |
Return the ID of the current user. |
|
getBackendId ( $object_id ) : string |
Return the backend ID for the given object ID. |
|
getDuplicates ( ) : array |
Retrieve the list of object duplicates. |
|
getErrors ( ) : array |
Retrieve the list of object errors. |
|
getId ( ) : string |
Return the ID of this data handler. |
|
getIdParameters ( ) : array |
Return the ID parameters for this data handler. |
|
getObject ( string $object_id ) : array |
Return the specified object. |
|
getObjectByBackendId ( string $uid ) : array |
Retrieve an object in the current folder by backend id. |
|
getObjectIds ( ) : array |
Retrieve all object ids in the current folder. |
|
getObjectToBackend ( ) : array |
Return the mapping of object IDs to backend IDs. |
|
getObjects ( ) : array |
Retrieve all objects in the current folder. |
|
getObjectsByBackendId ( ) : array |
Retrieve all objects in the current folder by backend id. |
|
getPath ( ) : string |
Return the folder path for this data handler. |
|
getStamp ( Horde_Kolab_Storage_Folder_Stamp $previous = null ) : Horde_Kolab_Storage_Folder_Stamp |
Report the status of this folder. |
|
getType ( ) : string |
Return the data type represented by this object. |
|
getVersion ( ) : string |
Return the data version. |
|
modify ( array $object, boolean $raw = false ) : null |
Modify an existing object. |
|
move ( string $object_id, string $new_folder ) : null |
Move the specified message from the current folder into a new
folder. |
|
objectIdExists ( string $object_id ) : boolean |
Check if the given object ID exists. |
|
setLogger ( Horde_Log_Logger $logger ) |
Set a logger. |
|