|
ILIAS
release_8 Revision v8.24
|
Group user actions (add to group) More...
Inheritance diagram for ilGroupUserActionProvider:
Collaboration diagram for ilGroupUserActionProvider:Public Member Functions | |
| getComponentId () | |
| |
| getActionTypes () | |
| |
| collectActionsForTargetUser (int $a_target_user) | |
| @inheritDoc More... | |
| getJsScripts (string $a_action_type) | |
| @inheritDoc More... | |
Public Member Functions inherited from ilUserActionProvider | |
| __construct () | |
| setUserId (int $a_val) | |
| getUserId () | |
| collectActionsForTargetUser (int $a_target_user) | |
| Collect actions for a target user. More... | |
| getComponentId () | |
| getActionTypes () | |
| getJsScripts (string $a_action_type) | |
Static Public Member Functions | |
| static | getCommandAccess (int $a_user_id) |
Static Protected Attributes | |
| static | $grp_ops = [] |
Additional Inherited Members | |
Protected Attributes inherited from ilUserActionProvider | |
| int | $user_id |
| ilLanguage | $lng |
| ilDBInterface | $db |
Group user actions (add to group)
Definition at line 13 of file class.ilGroupUserActionProvider.php.
| ilGroupUserActionProvider::collectActionsForTargetUser | ( | int | $a_target_user | ) |
@inheritDoc
Reimplemented from ilUserActionProvider.
Definition at line 57 of file class.ilGroupUserActionProvider.php.
References $DIC, Vendor\Package\$f, getCommandAccess(), ilUserActionCollection\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilGroupUserActionProvider::getActionTypes | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 28 of file class.ilGroupUserActionProvider.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
static |
Definition at line 37 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 20 of file class.ilGroupUserActionProvider.php.
| ilGroupUserActionProvider::getJsScripts | ( | string | $a_action_type | ) |
@inheritDoc
Reimplemented from ilUserActionProvider.
Definition at line 87 of file class.ilGroupUserActionProvider.php.
References ilExplorerBaseGUI\getLocalExplorerJsPath(), and ilExplorerBaseGUI\getLocalJsTreeJsPath().
Here is the call graph for this function:
|
staticprotected |
Definition at line 15 of file class.ilGroupUserActionProvider.php.