00001 <?php 00023 class CodeInstrumentationFunction extends CodeReflectionFunction 00024 { 00033 protected function createExtendedReflectionParameter( ReflectionParameter $objReflectionParameter ) 00034 { 00035 return new CodeInstrumentationParameter( $this->getDeclaringClass()->getName() , $this->getName() , $objReflectionParameter->getName() ); 00036 } 00037 00038 } 00039 00040 ?>
1.5.9