ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilCtrlCommandClass2TestGUI.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
ilCtrlCommandClass2TestGUI
15
{
16
public
function
executeCommand
(): string
17
{
18
return
self::class;
19
}
20
21
public
function
getHTML
(array $args = null): string
22
{
23
if
(!empty($args)) {
24
return
$args[array_key_first($args)];
25
}
26
27
return
'foo'
;
28
}
29
}
ilCtrlCommandClass2TestGUI\getHTML
getHTML(array $args=null)
Definition:
class.ilCtrlCommandClass2TestGUI.php:21
ilCtrlCommandClass2TestGUI\executeCommand
executeCommand()
Definition:
class.ilCtrlCommandClass2TestGUI.php:16
ilCtrlCommandClass2TestGUI
Class ilCtrlCommandClass2TestGUI.
Definition:
class.ilCtrlCommandClass2TestGUI.php:14
Services
UICore
test
Data
GUI
class.ilCtrlCommandClass2TestGUI.php
Generated on Mon Sep 1 2025 22:02:48 for ILIAS by
1.8.13 (using
Doxyfile
)