|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilUserUserActionProvider:
Collaboration diagram for ilUserUserActionProvider:Public Member Functions | |
| getComponentId () | |
| getActionTypes () | |
| collectActionsForTargetUser (int $a_target_user) | |
| Collect actions for a target user. 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) | |
Additional Inherited Members | |
Protected Attributes inherited from ilUserActionProvider | |
| 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 Adds link to profile
Definition at line 23 of file class.ilUserUserActionProvider.php.
| ilUserUserActionProvider::collectActionsForTargetUser | ( | int | $a_target_user | ) |
Collect actions for a target user.
Reimplemented from ilUserActionProvider.
Definition at line 40 of file class.ilUserUserActionProvider.php.
References Vendor\Package\$f, ilObjUser\_lookupPref(), ilUserActionCollection\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilUserUserActionProvider::getActionTypes | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 33 of file class.ilUserUserActionProvider.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilUserUserActionProvider::getComponentId | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 25 of file class.ilUserUserActionProvider.php.