ILIAS  release_8 Revision v8.24
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 ()
 @inheritDoc More...
 
 getSafePostCommands ()
 @inheritDoc More...
 
 executeCommand ()
 
 getUnsafeGetCommands ()
 This method must return a list of unsafe GET commands. More...
 
 getSafePostCommands ()
 This method must return a list of safe POST commands. More...
 

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

@ilCtrl_IsCalledBy ilCtrlCommandClass1TestGUI: ilCtrlBaseClass1TestGUI, ilCtrlBaseClass2TestGUI @ilCtrl_Calls 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 ( )

@inheritDoc

Implements ilCtrlSecurityInterface.

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

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

◆ getUnsafeGetCommands()

ilCtrlCommandClass1TestGUI::getUnsafeGetCommands ( )

@inheritDoc

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: