ILIAS  release_8 Revision v8.24
ilCtrlCommandClass2TestGUI Class Reference

Class ilCtrlCommandClass2TestGUI. More...

+ Collaboration diagram for ilCtrlCommandClass2TestGUI:

Public Member Functions

 executeCommand ()
 
 getHTML (array $args=null)
 

Detailed Description

Member Function Documentation

◆ executeCommand()

ilCtrlCommandClass2TestGUI::executeCommand ( )

Definition at line 16 of file class.ilCtrlCommandClass2TestGUI.php.

16 : string
17 {
18 return self::class;
19 }

◆ getHTML()

ilCtrlCommandClass2TestGUI::getHTML ( array  $args = null)

Definition at line 21 of file class.ilCtrlCommandClass2TestGUI.php.

21 : string
22 {
23 if (!empty($args)) {
24 return $args[array_key_first($args)];
25 }
26
27 return 'foo';
28 }

The documentation for this class was generated from the following file: