|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 () | |
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 $ilSetting, and ilUserActionProvider\$lng.
| ilWorkspaceUserActionProvider::collectActionsForTargetUser | ( | $a_target_user | ) |
Collect all actions.
| int | $a_target_user | target user |
Reimplemented from ilUserActionProvider.
Definition at line 57 of file class.ilWorkspaceUserActionProvider.php.
References $ilCtrl, ilUserActionProvider\$lng, ilObjUser\_lookupLogin(), and ilUserActionCollection\getInstance().
Here is the call graph for this function:| ilWorkspaceUserActionProvider::getActionTypes | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 44 of file class.ilWorkspaceUserActionProvider.php.
| ilWorkspaceUserActionProvider::getComponentId | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 36 of file class.ilWorkspaceUserActionProvider.php.
|
protected |
Definition at line 16 of file class.ilWorkspaceUserActionProvider.php.