[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 <?php 2 3 class CallFunctionParameter { 4 5 var $fctParamName; 6 var $fctParamComment; 7 var $fctParamDefaultValue; 8 9 function CallFunctionParameter($p_name, $p_comment, $p_defaultValue) { 10 $this->fctParamName = $p_name; 11 $this->fctParamComment = $p_comment; 12 $this->fctParamDefaultValue = $p_defaultValue; 13 } 14 } 15 ?>
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 |
![]() |