ILIAS  release_8 Revision v8.24
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 15 of file class.ilGroupUserActionsGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilGroupUserActionsGUI::__construct ( )

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

20 {
21 global $DIC;
22 $this->ctrl = $DIC->ctrl();
23 }
global $DIC
Definition: feed.php:28

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

+ Here is the call graph for this function:

Member Function Documentation

◆ executeCommand()

ilGroupUserActionsGUI::executeCommand ( )

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

25 : void
26 {
28
29 $next_class = $ctrl->getNextClass($this);
30 $cmd = $ctrl->getCmd("show");
31
32 switch ($next_class) {
33 case "ilgroupaddtogroupactiongui":
34 $gui = new ilGroupAddToGroupActionGUI();
35 $ctrl->forwardCommand($gui);
36 break;
37 }
38 }
getNextClass($a_gui_class=null)
@inheritDoc
getCmd(string $fallback_command=null)
@inheritDoc
forwardCommand(object $a_gui_object)
@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 17 of file class.ilGroupUserActionsGUI.php.

Referenced by executeCommand().


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