ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
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
);
$data_dir
$data_dir
Definition:
invalid_class_map.php:21
components
ILIAS
UICore
tests
Data
ClassMaps
invalid_class_map.php
Generated on Tue Sep 2 2025 23:04:26 for ILIAS by
1.8.13 (using
Doxyfile
)