CodeInstrumentationProperty Class Reference

Inheritance diagram for CodeInstrumentationProperty:

CodeReflectionProperty ExtendedReflectionProperty ReflectionProperty

List of all members.

Protected Member Functions

 createExtendedReflectionClass (ReflectionClass $objOriginalReflectionClass)


Detailed Description

class necessary to make the code instrumentation process possible

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.

Author:
Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>

Definition at line 17 of file CodeInstrumentationProperty.class.php.


Member Function Documentation

createExtendedReflectionClass ( ReflectionClass objOriginalReflectionClass  )  [protected]

Make the calls to the reflection class of the property return a Code Instrumentation class

See also:
CodeReflectionProperty::createExtendedReflectionClass( ReflectionClass )

CodeReflectionProperty::createExtendedReflectionClass( ReflectionClass )

Reimplemented from CodeReflectionProperty.

Definition at line 26 of file CodeInstrumentationProperty.class.php.

00027     {
00028         return new CodeInstrumentationClass( $objOriginalReflectionClass->getName() );
00029     }


The documentation for this class was generated from the following file:

Generated on Thu Feb 3 03:55:02 2011 for CodeToDiagram by  doxygen 1.5.9