
Protected Member Functions | |
| createExtendedReflectionClass (ReflectionClass $objOriginalReflectionClass) | |
the propery has not big changes of the code reflection property but it is necessary to extend it to create the reflections links possibles keeping the code instrumentation context.
Definition at line 17 of file CodeInstrumentationProperty.class.php.
| createExtendedReflectionClass | ( | ReflectionClass $ | objOriginalReflectionClass | ) | [protected] |
Make the calls to the reflection class of the property return a Code Instrumentation class
CodeReflectionProperty::createExtendedReflectionClass( ReflectionClass )
Reimplemented from CodeReflectionProperty.
Definition at line 26 of file CodeInstrumentationProperty.class.php.
00027 { 00028 return new CodeInstrumentationClass( $objOriginalReflectionClass->getName() ); 00029 }
1.5.9