root/components/codeReflection/CodeReflectionMethod.class.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * CodeReflectionMethod - to get the code reflection of the method | ||
4 | * @package CodeReflection | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Generated the code definition of some method based into | 8 | * Generated the code definition of some method based into |
4 | * its reflection information | 9 | * its reflection information |
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 | */ | 13 | */ |
10 | class CodeReflectionMethod extends ExtendedReflectionMethod | 14 | class CodeReflectionMethod extends ExtendedReflectionMethod |
Download diff