ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ilCtrlCommandClass4TestGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
Data\GUI
;
22
23
use
ilCtrlBaseClassInterface
;
24
33
class
ilCtrlCommandClass4TestGUI
implements
ilCtrlBaseClassInterface
34
{
35
public
function
executeCommand
(): string
36
{
37
return
self::class;
38
}
39
}
Data\GUI\ilCtrlCommandClass4TestGUI
Class ilCtrlCommandClass4TestGUI.
Definition:
ilCtrlCommandClass4TestGUI.php:34
Data\GUI\ilCtrlCommandClass4TestGUI\executeCommand
executeCommand()
Definition:
ilCtrlCommandClass4TestGUI.php:35
ilCtrlBaseClassInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlBaseClassInterface.php:38
Data\GUI
Definition:
ilCtrlCommandClass4TestGUI.php:21
components
ILIAS
UICore
tests
Data
GUI
ilCtrlCommandClass4TestGUI.php
Generated on Sun Oct 19 2025 23:04:50 for ILIAS by
1.9.4 (using
Doxyfile
)