[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 3 include_once 'Horde/SyncML/Command/Sync/SyncElement.php'; 4 5 /** 6 * $Horde: framework/SyncML/SyncML/Command/Sync/Replace.php,v 1.9 2004/07/02 19:24:44 chuck Exp $ 7 * 8 * Copyright 2003-2004 Anthony Mills <amills@pyramid6.com> 9 * 10 * See the enclosed file COPYING for license information (LGPL). If you 11 * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. 12 * 13 * @author Anthony Mills <amills@pyramid6.com> 14 * @version $Revision: 21249 $ 15 * @since Horde 3.0 16 * @package Horde_SyncML 17 */ 18 class Horde_SyncML_Command_Sync_Replace extends Horde_SyncML_Command_Sync_SyncElement { 19 function output($currentCmdID, &$output) { 20 $status = &new Horde_SyncML_Command_Status($this->_status, 'Replace'); 21 $status->setCmdRef($this->_cmdID); 22 23 if (isset($this->_luid)) { 24 $status->setSourceRef($this->_luid); 25 } 26 27 #$status->setItemSourceLocURI($this->_sourceLocURI); 28 #$status->setItemTargetLocURI(isset($this->_targetLocURIParameters) ? $this->_targetLocURI.'?/'.$this->_targetLocURIParameters : $this->_targetLocURI); 29 30 return $status->output($currentCmdID, $output); 31 } 32 33 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |