|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Adds link to profile. More...
Inheritance diagram for ilUserUserActionProvider:
Collaboration diagram for ilUserUserActionProvider:Public Member Functions | |
| __construct () | |
| getComponentId () | |
| getActionTypes () | |
| collectActionsForTargetUser (int $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) | |
Private Attributes | |
| readonly StaticURLServices | $static_url |
Additional Inherited Members | |
Protected Attributes inherited from ilUserActionProvider | |
| int | $user_id |
| Language | $lng |
| ilDBInterface | $db |
Adds link to profile.
Definition at line 28 of file class.ilUserUserActionProvider.php.
| ilUserUserActionProvider::__construct | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 32 of file class.ilUserUserActionProvider.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilUserUserActionProvider::collectActionsForTargetUser | ( | int | $a_target_user | ) |
Collect actions for a target user.
Reimplemented from ilUserActionProvider.
Definition at line 55 of file class.ilUserUserActionProvider.php.
References Vendor\Package\$f, ilObjUser\_lookupPref(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilUserUserActionProvider::getActionTypes | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 48 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 40 of file class.ilUserUserActionProvider.php.
|
private |
Definition at line 30 of file class.ilUserUserActionProvider.php.