ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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\executeCommand
executeCommand()
Definition:
class.ilCtrlNamespacedTestGUI.php:30
ILIAS\Tests\Ctrl\ilCtrlNamespacedTestGUI
Definition:
class.ilCtrlNamespacedTestGUI.php:28
ILIAS\Tests\Ctrl
Definition:
class.ilCtrlNamespacedTestGUI.php:21
components
ILIAS
UICore
tests
Data
GUI
class.ilCtrlNamespacedTestGUI.php
Generated on Wed Sep 3 2025 23:04:24 for ILIAS by
1.8.13 (using
Doxyfile
)