
Protected Member Functions | |
| createExtendedReflectionParameter (ReflectionParameter $objReflectionParameter) | |
Make a call to some function what was apply the code instrumentation make a message to some actor of the code instrumentation receiver
Definition at line 23 of file CodeInstrumentationFunction.class.php.
| createExtendedReflectionParameter | ( | ReflectionParameter $ | objReflectionParameter | ) | [protected] |
This method is necessary to make the callers of the parameters of the function bring CodeInstrumentationParameters
| ReflectionParameter | $objReflectionParameter |
Reimplemented from CodeReflectionFunction.
Definition at line 33 of file CodeInstrumentationFunction.class.php.
00034 { 00035 return new CodeInstrumentationParameter( $this->getDeclaringClass()->getName() , $this->getName() , $objReflectionParameter->getName() ); 00036 }
1.5.9