10 | require_once( "CodeInstrumentationException.class.php" ); | 10 | Loader::requireOnce( "CodeInstrumentationException.class.php" , true ); |
11 | require_once( "CodeInstrumentationReceiver.class.php" ); | 11 | Loader::requireOnce( "CodeInstrumentationReceiver.class.php" , true ); |
12 | require_once( "CodeInstrumentationParameter.class.php" ); | 12 | Loader::requireOnce( "CodeInstrumentationParameter.class.php" , true ); |
13 | require_once( "CodeInstrumentationProperty.class.php" ); | 13 | Loader::requireOnce( "CodeInstrumentationProperty.class.php" , true ); |
14 | require_once( "CodeInstrumentationFunction.class.php" ); | 14 | Loader::requireOnce( "CodeInstrumentationFunction.class.php" , true ); |
15 | require_once( "CodeInstrumentationMethod.class.php" ); | 15 | Loader::requireOnce( "CodeInstrumentationMethod.class.php" , true ); |
16 | require_once( "CodeInstrumentationClass.class.php" ); | 16 | Loader::requireOnce( "CodeInstrumentationClass.class.php" , true ); |
17 | ?> | 17 | ?> |