root/components/codeReflection/CodeReflectionFunction.class.php
| 6 | 14 | ||
|---|---|---|---|
5 | { | 5 | { |
6 | return new CodeReflectionParameter( $this->getDeclaringClass()->getName() , $this->getName() , $objReflectionParameter->getName() ); | 6 | return new CodeReflectionParameter( $this->getDeclaringClass()->getName() , $this->getName() , $objReflectionParameter->getName() ); |
7 | } | 7 | } |
8 | | 8 | |
9 | } | 9 | } |
10 | ?> | 10 | ?> |
Download diff