ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Adds link to chat. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
getComponentId () | |
| |
getActionTypes () | |
| |
collectActionsForTargetUser ($a_target_user) | |
Collect all actions. More... | |
![]() | |
__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... | |
![]() | |
$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 ilObjChatroom\_getPublicRefId().
|
protected |
int | $a_user_id |
Definition at line 95 of file class.ilChatUserActionProvider.php.
References ilObjUser\_lookupPref(), and ilUtil\yn2tf().
Referenced by collectActionsForTargetUser().
|
protected |
Check user chat access.
int | $a_user_id |
Definition at line 82 of file class.ilChatUserActionProvider.php.
References $GLOBALS.
Referenced by collectActionsForTargetUser().
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 ilObjUser\_lookupLogin(), acceptsMessages(), checkUserChatAccess(), ilUserActionCollection\getInstance(), and ilUserActionProvider\getUserId().
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.