|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Adds link to shared resources. More...
Inheritance diagram for ilWorkspaceUserActionProvider:
Collaboration diagram for ilWorkspaceUserActionProvider:Public Member Functions | |
| __construct () | |
| Construct. More... | |
| getComponentId () | |
| |
| getActionTypes () | |
| |
| collectActionsForTargetUser ($a_target_user) | |
| Collect all actions. More... | |
Public Member Functions inherited from ilUserActionProvider | |
| __construct () | |
| Constructor. More... | |
| setUserId ($a_val) | |
| Set user id. More... | |
| getUserId () | |
| Get user id. More... | |
| collectActionsForTargetUser ($a_target_user) | |
| Collect actions for a target user. More... | |
| getComponentId () | |
| getActionTypes () | |
| getJsScripts ($a_action_type) | |
| Get js scripts. More... | |
Protected Attributes | |
| $wsp_activated | |
Protected Attributes inherited from ilUserActionProvider | |
| $user_id | |
| $lng | |
| $db | |
Adds link to shared resources.
Definition at line 14 of file class.ilWorkspaceUserActionProvider.php.
| ilWorkspaceUserActionProvider::__construct | ( | ) |
Construct.
return
Reimplemented from ilUserActionProvider.
Definition at line 24 of file class.ilWorkspaceUserActionProvider.php.
References $DIC, $ilSetting, ilUserActionProvider\$lng, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilWorkspaceUserActionProvider::collectActionsForTargetUser | ( | $a_target_user | ) |
Collect all actions.
| int | $a_target_user | target user |
Reimplemented from ilUserActionProvider.
Definition at line 60 of file class.ilWorkspaceUserActionProvider.php.
References $DIC, Vendor\Package\$f, ilUserActionProvider\$lng, ilObjUser\_lookupLogin(), and ilUserActionCollection\getInstance().
Here is the call graph for this function:| ilWorkspaceUserActionProvider::getActionTypes | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 47 of file class.ilWorkspaceUserActionProvider.php.
| ilWorkspaceUserActionProvider::getComponentId | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 39 of file class.ilWorkspaceUserActionProvider.php.
|
protected |
Definition at line 16 of file class.ilWorkspaceUserActionProvider.php.