* @copyright (c) The Horde Project (http://www.horde.org/) * @version $Id$ */ include_once 'Horde/SyncML/Command.php'; class Horde_SyncML_Command_Replace extends Horde_SyncML_Command { /** * Name of the command. * * @var string */ var $_cmdName = 'Replace'; function output($currentCmdID, &$output) { return $currentCmdID; } }