|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Adds link to chat. More...
Inheritance diagram for ilChatUserActionProvider:
Collaboration diagram for ilChatUserActionProvider:Public Member Functions | |
| __construct () | |
| Constructor. 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 Member Functions | |
| checkUserChatAccess ($a_user_id) | |
| Check user chat access. More... | |
| acceptsMessages ($a_user_id) | |
Protected Attributes | |
| $pub_ref_id = 0 | |
| $chat_enabled = false | |
| Boolean to indicate if the chat is enabled. More... | |
| $osc_enabled = false | |
| Boolean to indicate if on screen chat is enabled. More... | |
Protected Attributes inherited from ilUserActionProvider | |
| $user_id | |
| $lng | |
| $db | |
Static Protected Attributes | |
| static | $user_access = array() |
| static | $accepts_messages_cache = array() |
| ilChatUserActionProvider::__construct | ( | ) |
Constructor.
Reimplemented from ilUserActionProvider.
Definition at line 45 of file class.ilChatUserActionProvider.php.
References ilObjChatroom\_getPublicRefId().
Here is the call graph for this function:
|
protected |
| int | $a_user_id |
Definition at line 99 of file class.ilChatUserActionProvider.php.
References ilObjUser\_lookupPref(), and ilUtil\yn2tf().
Referenced by collectActionsForTargetUser().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Check user chat access.
| int | $a_user_id |
Definition at line 85 of file class.ilChatUserActionProvider.php.
References $GLOBALS.
Referenced by collectActionsForTargetUser().
Here is the caller graph for this function:| ilChatUserActionProvider::collectActionsForTargetUser | ( | $a_target_user | ) |
Collect all actions.
| int | $a_target_user | target user |
Reimplemented from ilUserActionProvider.
Definition at line 115 of file class.ilChatUserActionProvider.php.
References ilObjUser\_lookupLogin(), acceptsMessages(), checkUserChatAccess(), ilUserActionCollection\getInstance(), and ilUserActionProvider\getUserId().
Here is the call graph for this function:| ilChatUserActionProvider::getActionTypes | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 70 of file class.ilChatUserActionProvider.php.
| ilChatUserActionProvider::getComponentId | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 62 of file class.ilChatUserActionProvider.php.
|
staticprotected |
Definition at line 24 of file class.ilChatUserActionProvider.php.
|
protected |
Boolean to indicate if the chat is enabled.
Definition at line 35 of file class.ilChatUserActionProvider.php.
|
protected |
Boolean to indicate if on screen chat is enabled.
Definition at line 40 of file class.ilChatUserActionProvider.php.
|
protected |
Definition at line 29 of file class.ilChatUserActionProvider.php.
|
staticprotected |
Definition at line 19 of file class.ilChatUserActionProvider.php.