ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilCtrlCommandClass1TestGUI Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

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

Public Member Functions

 getUnsafeGetCommands ()
 
 getSafePostCommands ()
 
 executeCommand ()
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilCtrlCommandClass1TestGUI

Author
Thibeau Fuhrer thf@s.nosp@m.tude.nosp@m.r-rai.nosp@m.mann.nosp@m..ch

ilCtrlCommandClass1TestGUI: ilCtrlBaseClass1TestGUI, ilCtrlBaseClass2TestGUI ilCtrlCommandClass1TestGUI: ilCtrlBaseClass2TestGUI, ilCtrlCommandClass2TestGUI

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

Member Function Documentation

◆ executeCommand()

ilCtrlCommandClass1TestGUI::executeCommand ( )

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

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

◆ getSafePostCommands()

ilCtrlCommandClass1TestGUI::getSafePostCommands ( )

Implements ilCtrlSecurityInterface.

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

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

◆ getUnsafeGetCommands()

ilCtrlCommandClass1TestGUI::getUnsafeGetCommands ( )

Implements ilCtrlSecurityInterface.

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

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

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