CodeInstrumentationFunction.class.php

Go to the documentation of this file.
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 ?>

Generated on Thu Feb 3 03:54:59 2011 for CodeToDiagram by  doxygen 1.5.9