ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 |
ilLanguage | $lng |
ilDBInterface | $db |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning A class that provides a collection of actions on users
Definition at line 23 of file class.ilUserActionProvider.php.
ilUserActionProvider::__construct | ( | ) |
Definition at line 29 of file class.ilUserActionProvider.php.
References $DIC, and ILIAS\Repository\lng().
|
abstract |
Collect actions for a target user.
Referenced by getUserId().
|
abstract |
Referenced by getUserId(), and ilUserActionCollector\hasProviderActiveActions().
|
abstract |
Referenced by getUserId(), and ilUserActionCollector\hasProviderActiveActions().
ilUserActionProvider::getJsScripts | ( | string | $a_action_type | ) |
Definition at line 62 of file class.ilUserActionProvider.php.
ilUserActionProvider::getUserId | ( | ) |
Definition at line 42 of file class.ilUserActionProvider.php.
References $user_id, collectActionsForTargetUser(), getActionTypes(), and getComponentId().
Referenced by ilMailUserActionProvider\collectActionsForTargetUser(), ilContactUserActionProvider\collectActionsForTargetUser(), and ilChatUserActionProvider\collectActionsForTargetUser().
ilUserActionProvider::setUserId | ( | int | $a_val | ) |
Definition at line 37 of file class.ilUserActionProvider.php.
|
protected |
Definition at line 27 of file class.ilUserActionProvider.php.
|
protected |
Definition at line 26 of file class.ilUserActionProvider.php.
Referenced by ilWorkspaceUserActionProvider\__construct(), and ilWorkspaceUserActionProvider\collectActionsForTargetUser().
|
protected |
Definition at line 25 of file class.ilUserActionProvider.php.
Referenced by getUserId().