[ Index ]
 

Code source de Horde 3.1.3

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

title

Body

[fermer]

/lib/SyncML/Command/ -> Sync.php (sommaire)

(pas de description)

Poids: 154 lignes (5 kb)
Inclus ou requis: 1 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

SyncML_Command_Sync:: (5 méthodes):
  output()
  getTargetURI()
  startElement()
  endElement()
  characters()


Classe: SyncML_Command_Sync  - X-Ref

$Horde: framework/SyncML/SyncML/Command/Sync.php,v 1.17.10.8 2006/01/11 18:39:28 selsky Exp $

Copyright 2005-2006 Karsten Fourmont <karsten@horde.org>

The command handler for the &gt;Sync&lt; command is the central
class to dispatch sync messages.

During parsing of the received XML, the actual sync commands (Add,
Replace, Delete) from the client are stored in the _syncElements
attribute.  When the output method of SyncML_Command_Sync is
called, these elements are processed and the resulting status
messages created.

Then the server modifications are sent back to the client by the
handleSync method which is called from within the output method.

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

output($currentCmdID, &$output)   X-Ref
Creates a response to a sync command.
Currently that's the place where we also create
the &lt;sync&gt; with the server changes that
needs to be send to the client.


getTargetURI()   X-Ref
Pas de description

startElement($uri, $element, $attrs)   X-Ref
Pas de description

endElement($uri, $element)   X-Ref
Pas de description

characters($str)   X-Ref
Pas de description



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7