root/components/codeReflection/CodeReflectionFile.class.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * CodeReflectionFile - to make possible code reflection of eval classes | ||
4 | * @package CodeReflection | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Code Reflection File it is a class with the prupose to make possible | 8 | * Code Reflection File it is a class with the prupose to make possible |
4 | * abstract the diference between code run into real files and code run into | 9 | * abstract the diference between code run into real files and code run into |
5 | * eval commands. | 10 | * eval commands. |
... | ... | ||
12 | * same method send the first line and last line of the bit of code what you | 17 | * same method send the first line and last line of the bit of code what you |
13 | * want to receive. | 18 | * want to receive. |
14 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 19 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
15 | * @package CodeReflection | ||
16 | */ | 20 | */ |
17 | class CodeReflectionFile | 21 | class CodeReflectionFile |
18 | { | 22 | { |
... | ... | ||
194 | return $this->boolRealFile; | 198 | return $this->boolRealFile; |
195 | } | 199 | } |
196 | } | 200 | } |
197 | ?> | 201 | ?> |
Download diff