|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 () | |
| getJsScripts ($a_action_type) | |
| Get js scripts. More... | |
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 42 of file class.ilChatUserActionProvider.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilObjChatroom\_getPublicRefId().
Here is the call graph for this function:
|
protected |
| int | $a_user_id |
Definition at line 95 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 82 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 110 of file class.ilChatUserActionProvider.php.
References Vendor\Package\$f, 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 67 of file class.ilChatUserActionProvider.php.
| ilChatUserActionProvider::getComponentId | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 59 of file class.ilChatUserActionProvider.php.
|
staticprotected |
Definition at line 21 of file class.ilChatUserActionProvider.php.
|
protected |
Boolean to indicate if the chat is enabled.
Definition at line 32 of file class.ilChatUserActionProvider.php.
|
protected |
Boolean to indicate if on screen chat is enabled.
Definition at line 37 of file class.ilChatUserActionProvider.php.
|
protected |
Definition at line 26 of file class.ilChatUserActionProvider.php.
|
staticprotected |
Definition at line 16 of file class.ilChatUserActionProvider.php.