root/components/codeReflection/CodeReflectionParameter.class.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * CodeReflectionParameter - to get the code reflection of the parameter | ||
4 | * @package CodeReflection | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Code Reflection Parameter | 8 | * Code Reflection Parameter |
4 | * | 9 | * |
5 | * Implements the code reflection parameters of the parameter reflection | 10 | * Implements the code reflection parameters of the parameter reflection |
6 | * | 11 | * |
7 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 12 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
8 | * @package CodeReflection | ||
9 | */ | 13 | */ |
10 | class CodeReflectionParameter extends ExtendedReflectionParameter | 14 | class CodeReflectionParameter extends ExtendedReflectionParameter |
11 | { | 15 | { |
Download diff