ILIAS
release_8 Revision v8.23
◀ 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
Services
UICore
test
Data
GUI
class.ilCtrlNamespacedTestGUI.php
Generated on Mon Sep 1 2025 22:02:48 for ILIAS by
1.8.13 (using
Doxyfile
)