ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.ilValidTestPluginGUI.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 2021 Thibeau Fuhrer <thf@studer-raimann.ch> Extended GPL, see docs/LICENSE */
6
14
class
ilValidTestPluginGUI
15
{
16
public
function
executeCommand
(): string
17
{
18
return
"Hello World!"
;
19
}
20
}
ilValidTestPluginGUI\executeCommand
executeCommand()
Definition:
class.ilValidTestPluginGUI.php:16
ilValidTestPluginGUI
Class ilValidTestPluginGUI.
Definition:
class.ilValidTestPluginGUI.php:14
components
ILIAS
UICore
tests
Data
Plugins
Valid
Services
UIComponent
UserInterfaceHook
ValidTestPlugin
classes
class.ilValidTestPluginGUI.php
Generated on Wed Sep 10 2025 15:16:51 for ILIAS by
1.8.13 (using
Doxyfile
)