|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilContactUserActionProvider. More...
Inheritance diagram for ilContactUserActionProvider:
Collaboration diagram for ilContactUserActionProvider:Public Member Functions | |
| __construct () | |
| ilContactUserActionProvider constructor. More... | |
| getComponentId () | |
| @inheritDoc More... | |
| getActionTypes () | |
| @inheritDoc More... | |
| collectActionsForTargetUser ($a_target_user) | |
| @inheritDoc 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 | |
| $user | |
Protected Attributes inherited from ilUserActionProvider | |
| $user_id | |
| $lng | |
| $db | |
Private Attributes | |
| $stateToPermLinkMap | |
Class ilContactUserActionProvider.
Definition at line 8 of file class.ilContactUserActionProvider.php.
| ilContactUserActionProvider::__construct | ( | ) |
ilContactUserActionProvider constructor.
Reimplemented from ilUserActionProvider.
Definition at line 22 of file class.ilContactUserActionProvider.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and user().
Here is the call graph for this function:| ilContactUserActionProvider::collectActionsForTargetUser | ( | $a_target_user | ) |
@inheritDoc
Reimplemented from ilUserActionProvider.
Definition at line 53 of file class.ilContactUserActionProvider.php.
References Vendor\Package\$f, ilLink\_getStaticLink(), ilObjUser\_isAnonymous(), ilStr\convertUpperCamelCaseToUnderscoreCase(), ilBuddySystem\getInstance(), ilUserActionCollection\getInstance(), ilBuddyList\getInstanceByGlobalUser(), ilUserActionProvider\getUserId(), and user().
Here is the call graph for this function:| ilContactUserActionProvider::getActionTypes | ( | ) |
@inheritDoc
Reimplemented from ilUserActionProvider.
Definition at line 42 of file class.ilContactUserActionProvider.php.
| ilContactUserActionProvider::getComponentId | ( | ) |
@inheritDoc
Reimplemented from ilUserActionProvider.
Definition at line 34 of file class.ilContactUserActionProvider.php.
|
private |
Definition at line 14 of file class.ilContactUserActionProvider.php.
|
protected |
Definition at line 11 of file class.ilContactUserActionProvider.php.