ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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 Sat Oct 18 2025 23:04:57 for ILIAS by
1.9.4 (using
Doxyfile
)