ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 30 of file class.ilCtrlCommandClass2TestGUI.php.

30  : string
31  {
32  return self::class;
33  }

◆ getHTML()

ilCtrlCommandClass2TestGUI::getHTML ( ?array  $args = null)

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

35  : string
36  {
37  if (!empty($args)) {
38  return $args[array_key_first($args)];
39  }
40 
41  return 'foo';
42  }

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