|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Group user actions (add to group) More...
Inheritance diagram for ilGroupUserActionProvider:
Collaboration diagram for ilGroupUserActionProvider:Public Member Functions | |
| getComponentId () | |
| |
| getActionTypes () | |
| |
| collectActionsForTargetUser ($a_target_user) | |
| Collect user actions. More... | |
| getJsScripts ($a_action_type) | |
| Get js scripts. More... | |
Public Member Functions inherited from ilUserActionProvider | |
| __construct () | |
| Constructor. More... | |
| setUserId ($a_val) | |
| Set user id. More... | |
| getUserId () | |
| Get user id. More... | |
| collectActionsForTargetUser ($a_target_user) | |
| Collect actions for a target user. More... | |
| getComponentId () | |
| getActionTypes () | |
| getJsScripts ($a_action_type) | |
| Get js scripts. More... | |
Static Public Member Functions | |
| static | getCommandAccess ($a_user_id) |
| Get command access for user. More... | |
Static Protected Attributes | |
| static | $grp_ops = array() |
Additional Inherited Members | |
Protected Attributes inherited from ilUserActionProvider | |
| $user_id | |
| $lng | |
| $db | |
Group user actions (add to group)
Definition at line 14 of file class.ilGroupUserActionProvider.php.
| ilGroupUserActionProvider::collectActionsForTargetUser | ( | $a_target_user | ) |
Collect user actions.
| int | $a_target_user | target user |
Reimplemented from ilUserActionProvider.
Definition at line 71 of file class.ilGroupUserActionProvider.php.
References $DIC, Vendor\Package\$f, getCommandAccess(), and ilUserActionCollection\getInstance().
Here is the call graph for this function:| ilGroupUserActionProvider::getActionTypes | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 32 of file class.ilGroupUserActionProvider.php.
|
static |
Get command access for user.
| int | $a_user_id |
Definition at line 47 of file class.ilGroupUserActionProvider.php.
References ilUtil\_getObjectsByOperations().
Referenced by collectActionsForTargetUser(), and ilGroupAddToGroupActionGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGroupUserActionProvider::getComponentId | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 24 of file class.ilGroupUserActionProvider.php.
| ilGroupUserActionProvider::getJsScripts | ( | $a_action_type | ) |
Get js scripts.
| string | $a_action_type |
Reimplemented from ilUserActionProvider.
Definition at line 104 of file class.ilGroupUserActionProvider.php.
References ilExplorerBaseGUI\getLocalExplorerJsPath(), and ilExplorerBaseGUI\getLocalJsTreeJsPath().
Here is the call graph for this function:
|
staticprotected |
Definition at line 19 of file class.ilGroupUserActionProvider.php.