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