root/components/codeToDiagram/_start.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * CodetoDiagram Start | ||
4 | * @package CodeToDiagram | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Load the CodeToDiagram package | 8 | * Load the CodeToDiagram 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 CodeToDiagram | ||
6 | */ | 10 | */ |
7 | require_once( "CodeToDiagramException.class.php" ); | 11 | require_once( "CodeToDiagramException.class.php" ); |
8 | require_once( "CodeToDiagram.class.php" ); | 12 | require_once( "CodeToDiagram.class.php" ); |
Download diff