ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilCtrlCommandClass1TestGUI Class Reference

Class ilCtrlCommandClass1TestGUI. 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

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 ( )

@inheritDoc

Implements ilCtrlSecurityInterface.

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

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

◆ getUnsafeGetCommands()

ilCtrlCommandClass1TestGUI::getUnsafeGetCommands ( )

@inheritDoc

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: