ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilCtrlCommandClass1TestGUI Class Reference

Class ilCtrlCommandClass1TestGUI. More...

+ Inheritance diagram for ilCtrlCommandClass1TestGUI:
+ Collaboration diagram for ilCtrlCommandClass1TestGUI:

Public Member Functions

 getUnsafeGetCommands ()
 
 getSafePostCommands ()
 
 executeCommand ()
 

Detailed Description

Member Function Documentation

◆ executeCommand()

ilCtrlCommandClass1TestGUI::executeCommand ( )

Definition at line 47 of file class.ilCtrlCommandClass1TestGUI.php.

47  : string
48  {
49  return self::class;
50  }

◆ getSafePostCommands()

ilCtrlCommandClass1TestGUI::getSafePostCommands ( )

Implements ilCtrlSecurityInterface.

Definition at line 42 of file class.ilCtrlCommandClass1TestGUI.php.

42  : array
43  {
44  return [];
45  }

◆ getUnsafeGetCommands()

ilCtrlCommandClass1TestGUI::getUnsafeGetCommands ( )

Implements ilCtrlSecurityInterface.

Definition at line 34 of file class.ilCtrlCommandClass1TestGUI.php.

34  : array
35  {
36  return [];
37  }

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