ILIAS  trunk Revision v11.0_alpha-1846-g895b5f47236
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilGroupUserActionsGUI Class Reference

Group user actions. More...

+ Collaboration diagram for ilGroupUserActionsGUI:

Public Member Functions

 __construct ()
 
 executeCommand ()
 

Protected Attributes

ilCtrl $ctrl
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilGroupUserActionsGUI::__construct ( )

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

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

34  {
35  global $DIC;
36  $this->ctrl = $DIC->ctrl();
37  }
global $DIC
Definition: shib_login.php:22
+ Here is the call graph for this function:

Member Function Documentation

◆ executeCommand()

ilGroupUserActionsGUI::executeCommand ( )

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

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

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  }
Add user to group from awareness tool.
getCmd(?string $fallback_command=null)
forwardCommand(object $a_gui_object)
getNextClass($a_gui_class=null)
+ 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: