root/components/codeReflection/_start.php
| 61 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * Code Reflection Start | ||
4 | * @package CodeReflection | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Load the CodeReflection package | 8 | * Load the CodeReflection package |
4 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 9 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
5 | * @package CodeReflection | ||
6 | */ | 10 | */ |
7 | require_once( "CodeReflectionException.class.php" ); | 11 | require_once( "CodeReflectionException.class.php" ); |
8 | require_once( "CodeReflectionFile.class.php" ); | 12 | require_once( "CodeReflectionFile.class.php" ); |
Download diff