ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.ilCtrlNamespacedTestGUI.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 2022 Thibeau Fuhrer <thibeau@sr.solutions> Extended GPL, see docs/LICENSE */
6
7
namespace
ILIAS\Tests\Ctrl
;
8
14
class
ilCtrlNamespacedTestGUI
15
{
16
public
function
executeCommand
(): string
17
{
18
return
self::class;
19
}
20
}
ILIAS\Tests\Ctrl\ilCtrlNamespacedTestGUI\executeCommand
executeCommand()
Definition:
class.ilCtrlNamespacedTestGUI.php:16
ILIAS\Tests\Ctrl\ilCtrlNamespacedTestGUI
Definition:
class.ilCtrlNamespacedTestGUI.php:14
ILIAS\Tests\Ctrl
Definition:
class.ilCtrlNamespacedTestGUI.php:7
components
ILIAS
UICore
tests
Data
GUI
class.ilCtrlNamespacedTestGUI.php
Generated on Wed Sep 10 2025 15:16:51 for ILIAS by
1.8.13 (using
Doxyfile
)