[ Index ]
 

Code source de phpMyVisites 2.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/plugins/xmlapi/include/ -> CallFunction.class.php (source)

   1  <?php
   2  
   3  class CallFunction {
   4  
   5      var $fctApiName;
   6      var $fctComment;
   7      var $fctCodeName;
   8      var $fctParameters;
   9      var $fctResultDetail;
  10  
  11      function CallFunction($p_apiName, $p_comment, $p_codeName, $p_resultDetail) {
  12          $this->fctApiName = $p_apiName;
  13          $this->fctComment = $p_comment;
  14          $this->fctCodeName = $p_codeName;
  15          $this->fctResultDetail = $p_resultDetail;
  16          $this->fctParameters = array();
  17      }
  18      
  19  	function addParameter($p_name, $p_comment, $p_defaultValue) {
  20          $this->fctParameters[] = new CallFunctionParameter($p_name, $p_comment, $p_defaultValue);
  21      }
  22  }
  23  ?>


Généré le : Mon Nov 26 14:10:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics