root/components/codeReflection/CodeReflectionClass.class.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * CodeReflectionClass - to get the code reflection of the class | ||
4 | * @package CodeReflection | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Code reflection class it is a class what is a extension of the php reflection | 8 | * Code reflection class it is a class what is a extension of the php reflection |
4 | * with improvments to show the php code of the reflected class | 9 | * with improvments to show the php code of the reflected class |
5 | * | 10 | * |
... | ... | ||
11 | * instrumentation. | 16 | * instrumentation. |
12 | * | 17 | * |
13 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 18 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
14 | * @package CodeReflection | 19 | ' * |
15 | * | ||
16 | */ | 20 | */ |
17 | class CodeReflectionClass extends ExtendedReflectionClass | 21 | class CodeReflectionClass extends ExtendedReflectionClass |
18 | { | 22 | { |
Download diff