root/components/codeInstrumentation/_start.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * Load the Code Instrumentation package | 3 | * Code Instrumentation Start |
4 | * @package CodeInstrumentation | 4 | * @package CodeInstrumentation |
5 | */ | 5 | */ |
6 | |||
7 | /** | ||
8 | * Load the Code Instrumentation package | ||
9 | */ | ||
6 | require_once( "CodeInstrumentationException.class.php" ); | 10 | require_once( "CodeInstrumentationException.class.php" ); |
7 | require_once( "CodeInstrumentationReceiver.class.php" ); | 11 | require_once( "CodeInstrumentationReceiver.class.php" ); |
8 | require_once( "CodeInstrumentationParameter.class.php" ); | 12 | require_once( "CodeInstrumentationParameter.class.php" ); |
Download diff