root/components/codeReflection/CodeReflectionProperty.class.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * CodeReflectionProperty - to get the code reflection of the property | ||
4 | * @package CodeReflection | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Code Reflection Property it is a code reflection version of the | 8 | * Code Reflection Property it is a code reflection version of the |
4 | * reflection property | 9 | * reflection property |
5 | * | 10 | * |
6 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 11 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
7 | * @package CodeReflection | ||
8 | */ | 12 | */ |
9 | class CodeReflectionProperty extends ExtendedReflectionProperty | 13 | class CodeReflectionProperty extends ExtendedReflectionProperty |
10 | { | 14 | { |
Download diff