[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
Mnemo external API interface. $Horde: mnemo/lib/api.php,v 1.52 2004/09/14 04:27:07 chuck Exp $
Poids: | 296 lignes (9 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
_egwsiftaskssync_list() X-Ref |
Returns an array of GUIDs for all notes that the current user is authorized to see. return: array An array of GUIDs for all notes the user can access. |
_egwsiftaskssync_listBy($action, $timestamp) X-Ref |
Returns an array of GUIDs for notes that have had $action happen since $timestamp. param: string $action The action to check for - add, modify, or delete. param: integer $timestamp The time to start the search. return: array An array of GUIDs matching the action and time criteria. |
_egwsiftaskssync_import($content, $contentType, $notepad = null) X-Ref |
Import a memo represented in the specified contentType. param: string $content The content of the memo. param: string $contentType What format is the data in? Currently supports: param: string $notepad (optional) The notepad to save the memo on. return: string The new GUID, or false on failure. |
_egwsiftaskssync_search($content, $contentType) X-Ref |
Import a memo represented in the specified contentType. param: string $content The content of the memo. param: string $contentType What format is the data in? Currently supports: param: string $notepad (optional) The notepad to save the memo on. return: string The new GUID, or false on failure. |
_egwsiftaskssync_export($guid, $contentType) X-Ref |
Export a memo, identified by GUID, in the requested contentType. param: string $guid Identify the memo to export. param: mixed $contentType What format should the data be in? return: string The requested data. |
_egwsiftaskssync_delete($guid) X-Ref |
Delete a memo identified by GUID. param: string | array $guid Identify the note to delete, either a return: boolean Success or failure. |
_egwsiftaskssync_replace($guid, $content, $contentType) X-Ref |
Replace the memo identified by GUID with the content represented in the specified contentType. param: string $guid Idenfity the memo to replace. param: string $content The content of the memo. param: string $contentType What format is the data in? Currently supports: return: boolean Success or failure. |
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |