- Timestamp:
- 10/02/08 18:12:10 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/meta/HermitProcedureInfo.php
r20325 r20492 5 5 */ 6 6 class HermitProcedureInfo implements Serializable { 7 7 8 const IN_TYPE = 1; 8 9 const OUT_TYPE = 2; 9 10 const INOUT_TYPE = 3; 10 11 12 private $procedureName; 11 13 private $names = array(); 12 14 private $inout = array(); … … 29 31 } 30 32 } 31 33 34 public function setName($name){ 35 $this->procedureName = $name; 36 } 37 public function getName(){ 38 return $this->procedureName; 39 } 32 40 public function addParamName($name){ 33 41 $this->names[] = $name;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)