ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
class.ilCtrlNamespacedTestGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Tests\Ctrl
;
22
28
class
ilCtrlNamespacedTestGUI
29
{
30
public
function
executeCommand
(): string
31
{
32
return
self::class;
33
}
34
}
ILIAS\Tests\Ctrl\ilCtrlNamespacedTestGUI
Definition:
class.ilCtrlNamespacedTestGUI.php:29
ILIAS\Tests\Ctrl\ilCtrlNamespacedTestGUI\executeCommand
executeCommand()
Definition:
class.ilCtrlNamespacedTestGUI.php:30
ILIAS\Tests\Ctrl
Definition:
class.ilCtrlNamespacedTestGUI.php:21
components
ILIAS
UICore
tests
Data
GUI
class.ilCtrlNamespacedTestGUI.php
Generated on Sun Apr 5 2026 23:05:05 for ILIAS by
1.9.4 (using
Doxyfile
)