CodeInstrumentationProperty.class.php

Go to the documentation of this file.
00001 <?php
00017 class CodeInstrumentationProperty extends CodeReflectionProperty
00018 {
00026     protected function createExtendedReflectionClass( ReflectionClass $objOriginalReflectionClass )
00027     {
00028         return new CodeInstrumentationClass( $objOriginalReflectionClass->getName() );
00029     }
00030 
00031 }
00032 
00033 ?>

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