ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
invalid_class_map.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 $data_dir = dirname(__DIR__, 3);
22 
23 // the returned data is invalid due to the paths violating
24 // the ILIAS naming scheme 'class.<ClassName>GUI.php'.
25 
26 return array(
27  'ilCtrlBaseClass1TestGUI' => $data_dir . '/GUI/ilCtrlBaseClass1TestGUI.php',
28  'ilCtrlCommandClass1TestGUI' => $data_dir . '/GUI/class.ilCtrlCommandClass1Test.php',
29  'ilCtrlCommandClass2TestGUI' => $data_dir . '/GUI/ilCtrlCommandClass2TestGUI.php',
30 );