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 >Sync< 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 <sync> with the server changes that
needs to be send to the client.
|