|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
A class that provides a collection of actions on users. More...
Inheritance diagram for ilUserActionProvider:
Collaboration diagram for ilUserActionProvider:Public Member Functions | |
| __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) | |
Protected Attributes | |
| int | $user_id |
| Language | $lng |
| ilDBInterface | $db |
A class that provides a collection of actions on users.
Definition at line 27 of file class.ilUserActionProvider.php.
| ilUserActionProvider::__construct | ( | ) |
Definition at line 33 of file class.ilUserActionProvider.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
abstract |
Collect actions for a target user.
Referenced by getUserId().
Here is the caller graph for this function:
|
abstract |
Referenced by getUserId(), and ilUserActionCollector\hasProviderActiveActions().
Here is the caller graph for this function:
|
abstract |
Referenced by getUserId(), and ilUserActionCollector\hasProviderActiveActions().
Here is the caller graph for this function:| ilUserActionProvider::getJsScripts | ( | string | $a_action_type | ) |
Definition at line 66 of file class.ilUserActionProvider.php.
| ilUserActionProvider::getUserId | ( | ) |
Definition at line 46 of file class.ilUserActionProvider.php.
References $user_id, collectActionsForTargetUser(), getActionTypes(), and getComponentId().
Referenced by ilMailUserActionProvider\collectActionsForTargetUser(), ilContactUserActionProvider\collectActionsForTargetUser(), and ilChatUserActionProvider\collectActionsForTargetUser().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUserActionProvider::setUserId | ( | int | $a_val | ) |
Definition at line 41 of file class.ilUserActionProvider.php.
|
protected |
Definition at line 31 of file class.ilUserActionProvider.php.
|
protected |
Definition at line 30 of file class.ilUserActionProvider.php.
Referenced by ilWorkspaceUserActionProvider\__construct(), and ilWorkspaceUserActionProvider\collectActionsForTargetUser().
|
protected |
Definition at line 29 of file class.ilUserActionProvider.php.
Referenced by getUserId().