[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 400 lignes (17 kb) |
Inclus ou requis: | 1 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
SyncML_Sync:: (7 méthodes):
SyncML_Sync()
handleSyncItem()
createSyncOutput()
handleSync()
outputCommand()
setPendingElements()
hasPendingElements()
Classe: SyncML_Sync - X-Ref
$Horde: framework/SyncML/SyncML/Sync.php,v 1.8.4.9 2006/05/01 12:05:14 jan Exp $SyncML_Sync($alert, $serverURI, $clientURI) X-Ref |
Remember entries we have handled already: once we send a delete for an entry, we don't want to send an add afterwards. This array is also used if a sync is sent in multiple messages due to message size restrictions. |
handleSyncItem($item) X-Ref |
Here's where the actual processing of a client-sent Sync Item takes place. Entries are added, deleted or replaced from the server database by using Horde API (Registry) calls. |
createSyncOutput($currentCmdID, &$output) X-Ref |
Creates a <Sync> output. |
handleSync($currentCmdID, $syncType, &$output, $refts, $end_ts = 0) X-Ref |
Sends server changes to the client. |
outputCommand($currentCmdID, &$output, $command,$content, $contentType = null,$cuid = null, $suid = null) X-Ref |
Output a single Sync command (Add, Delete, Replace). |
setPendingElements($e) X-Ref |
Pas de description |
hasPendingElements() X-Ref |
Pas de description |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |