[ Index ] |
|
Code source de phpMyVisites 2.3 |
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 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |