root/components/codeReflection/CodeReflectionFunction.class.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * CodeReflectionFunction - code reflection of the functions | ||
4 | * @package CodeReflection | ||
5 | */ | ||
6 | |||
7 | /** | ||
8 | * | ||
3 | * Generate the code definition of some function based into its | 9 | * Generate the code definition of some function based into its |
4 | * reflection information | 10 | * reflection information |
5 | * | 11 | * |
6 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 12 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
7 | * @package CodeReflection | ||
8 | * | ||
9 | */ | 13 | */ |
10 | class CodeReflectionFunction extends ExtendedReflectionFunction | 14 | class CodeReflectionFunction extends ExtendedReflectionFunction |
11 | { | 15 | { |
Download diff