ILIAS
trunk Revision v11.0_alpha-3035-geef2ee6f698
◀ ilDoc Overview
class.ilValidTestPluginGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
28
class
ilValidTestPluginGUI
29
{
30
public
function
executeCommand
(): string
31
{
32
return
"Hello World!"
;
33
}
34
}
ilValidTestPluginGUI
Class ilValidTestPluginGUI.
Definition:
class.ilValidTestPluginGUI.php:29
ilValidTestPluginGUI\executeCommand
executeCommand()
Definition:
class.ilValidTestPluginGUI.php:30
components
ILIAS
UICore
tests
Data
Plugins
Valid
Services
UIComponent
UserInterfaceHook
ValidTestPlugin
classes
class.ilValidTestPluginGUI.php
Generated on Mon Oct 20 2025 23:05:43 for ILIAS by
1.9.4 (using
Doxyfile
)