- Timestamp:
- 12/06/07 23:11:20 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/stubReflectionParameter.php
r1082 r1127 164 164 # ReflectionParameter::getDeclaringFunction() results in a fatal error 165 165 # with message "Call to undefined method" 166 /*public function getDeclaringFunction()167 {168 $refFunction = parent::getDeclaringFunction();169 $stubRefFunction = new stubReflectionFunction($refFunction->getName());170 return $stubRefFunction;171 }*/166 #public function getDeclaringFunction() 167 #{ 168 # $refFunction = parent::getDeclaringFunction(); 169 # $stubRefFunction = new stubReflectionFunction($refFunction->getName()); 170 # return $stubRefFunction; 171 #} 172 172 173 173 /**
