root/components/extendedReflection/ExtendedReflectionParameter.class.php
| 62 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * ExtendedReflectionParameter - to make possible to extends ReflectionParameter | ||
4 | * @package ExtendedReflection | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Class what make possible and easy extend reflection parameter | 8 | * Class what make possible and easy extend reflection parameter |
4 | * | 9 | * |
5 | * Reflection classes can be a problem because the reflection | 10 | * Reflection classes can be a problem because the reflection |
... | ... | ||
9 | * extended version of the objects. | 14 | * extended version of the objects. |
10 | * | 15 | * |
11 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 16 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
12 | * @package ExtendedReflection | ||
13 | * | 17 | * |
14 | */ | 18 | */ |
15 | class ExtendedReflectionParameter extends ReflectionParameter | 19 | class ExtendedReflectionParameter extends ReflectionParameter |
Download diff