* @copyright (c) The Horde Project (http://www.horde.org/) * @version $Id$ */ include_once 'Horde/SyncML/Command/Put.php'; class Horde_SyncML_Command_Results extends Horde_SyncML_Command_Put { /** * Name of the command. * * @var string */ var $_cmdName = 'Results'; }