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

Group user actions. More...

+ Collaboration diagram for ilGroupUserActionsGUI:

Public Member Functions

 __construct ()
 
 executeCommand ()
 

Protected Attributes

ilCtrl $ctrl
 

Detailed Description

Group user actions.

Author
Alex Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de \

@ilCtrl_Calls ilGroupUserActionsGUI: ilGroupAddToGroupActionGUI

Definition at line 29 of file class.ilGroupUserActionsGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilGroupUserActionsGUI::__construct ( )

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

34 {
35 global $DIC;
36 $this->ctrl = $DIC->ctrl();
37 }
global $DIC
Definition: shib_login.php:26

References $DIC, and ILIAS\Repository\ctrl().

+ Here is the call graph for this function:

Member Function Documentation

◆ executeCommand()

ilGroupUserActionsGUI::executeCommand ( )

Definition at line 39 of file class.ilGroupUserActionsGUI.php.

39 : void
40 {
42
43 $next_class = $ctrl->getNextClass($this);
44 $cmd = $ctrl->getCmd("show");
45
46 switch ($next_class) {
47 case "ilgroupaddtogroupactiongui":
48 $gui = new ilGroupAddToGroupActionGUI();
49 $ctrl->forwardCommand($gui);
50 break;
51 }
52 }
getNextClass($a_gui_class=null)
@inheritDoc
forwardCommand(object $a_gui_object)
@inheritDoc
getCmd(?string $fallback_command=null)
@inheritDoc
Add user to group from awareness tool.

References $ctrl, ilCtrl\forwardCommand(), ilCtrl\getCmd(), and ilCtrl\getNextClass().

+ Here is the call graph for this function:

Field Documentation

◆ $ctrl

ilCtrl ilGroupUserActionsGUI::$ctrl
protected

Definition at line 31 of file class.ilGroupUserActionsGUI.php.

Referenced by executeCommand().


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