[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/phpgwapi/inc/horde/Horde/SyncML/Command/ -> Final.php (source)

   1  <?php
   2  
   3  include_once 'Horde/SyncML/Command.php';
   4  
   5  /**
   6   * The Horde_SyncML_Command_Final class.
   7   *
   8   * $Horde: framework/SyncML/SyncML/Command/Final.php,v 1.10 2004/05/26 17:41:30 chuck Exp $
   9   *
  10   * Copyright 2003-2004 Anthony Mills <amills@pyramid6.com>
  11   *
  12   * See the enclosed file COPYING for license information (LGPL). If you
  13   * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  14   *
  15   * @author  Anthony Mills <amills@pyramid6.com>
  16   * @version $Revision: 18844 $
  17   * @since   Horde 3.0
  18   * @package Horde_SyncML
  19   */
  20  class Horde_SyncML_Command_Final extends Horde_SyncML_Command {
  21  
  22      function output($currentCmdID, &$output)
  23      {
  24          $state = $_SESSION['SyncML.state'];
  25  
  26          $attrs = array();
  27          $output->startElement($state->getURI(), 'Final', $attrs);
  28  
  29          $output->endElement($state->getURI(), 'Final');
  30  
  31          return $currentCmdID;
  32      }
  33  
  34  }


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