[ Index ]
 

Code source de Joomla 1.0.13

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/includes/domit/ -> dom_xmlrpc_object.php (source)

   1  <?php
   2  //*******************************************************************
   3  //dom_xmlrpc_object wraps a native PHP object
   4  //*******************************************************************
   5  //by John Heinstein
   6  //johnkarl@nbnet.nb.ca
   7  //*******************************************************************
   8  //Version 0.1
   9  //copyright 2004 Engage Interactive
  10  //http://www.engageinteractive.com/dom_xmlrpc/
  11  //All rights reserved
  12  //*******************************************************************
  13  //Licensed under the GNU General Public License (GPL)
  14  //http://www.gnu.org/copyleft/gpl.html
  15  //*******************************************************************
  16  class dom_xmlrpc_object {
  17      var $myObject;
  18  
  19      function dom_xmlrpc_object($myObject) {
  20          $this->myObject =& $myObject;
  21      } //dom_xmlrpc_object
  22  
  23      function &getObject() {
  24          return $this->myObject;
  25      } //getObject
  26  } //dom_xmlrpc_object
  27  ?>


Généré le : Wed Nov 21 14:43:32 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics