[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/syncml/sifcalendar/lib/ -> api.php (sommaire)

Mnemo external API interface. $Horde: mnemo/lib/api.php,v 1.52 2004/09/14 04:27:07 chuck Exp $

Poids: 320 lignes (10 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 7 fonctions

  _egwsifcalendarsync_list()
  _egwsifcalendarsync_listBy()
  _egwsifcalendarsync_import()
  _egwsifcalendarsync_search()
  _egwsifcalendarsync_export()
  _egwsifcalendarsync_delete()
  _egwsifcalendarsync_replace()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

_egwsifcalendarsync_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.

_egwsifcalendarsync_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.

_egwsifcalendarsync_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.

_egwsifcalendarsync_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.

_egwsifcalendarsync_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.

_egwsifcalendarsync_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.

_egwsifcalendarsync_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