ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct () | |
getComponentId () | |
getActionTypes () | |
collectActionsForTargetUser (int $a_target_user) | |
Collect all actions. More... | |
![]() | |
__construct () | |
setUserId (int $a_val) | |
getUserId () | |
collectActionsForTargetUser (int $a_target_user) | |
Collect actions for a target user. More... | |
getComponentId () | |
getActionTypes () | |
getJsScripts (string $a_action_type) | |
Protected Member Functions | |
checkUserChatAccess (int $a_user_id) | |
acceptsMessages (int $a_user_id) | |
Protected Attributes | |
int | $pub_ref_id = 0 |
bool | $chat_enabled = false |
bool | $osc_enabled = false |
![]() | |
int | $user_id |
ilLanguage | $lng |
ilDBInterface | $db |
Static Protected Attributes | |
static array | $user_access = array() |
static array | $accepts_messages_cache = array() |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Adds link to chat
Definition at line 23 of file class.ilChatUserActionProvider.php.
ilChatUserActionProvider::__construct | ( | ) |
Definition at line 33 of file class.ilChatUserActionProvider.php.
References ILIAS\GlobalScreen\Provider\__construct(), ilObjChatroom\_getPublicRefId(), and ILIAS\Repository\lng().
|
protected |
Definition at line 71 of file class.ilChatUserActionProvider.php.
References ilObjUser\_lookupPref(), and ilUtil\yn2tf().
Referenced by collectActionsForTargetUser().
|
protected |
Definition at line 62 of file class.ilChatUserActionProvider.php.
References $GLOBALS.
Referenced by collectActionsForTargetUser().
ilChatUserActionProvider::collectActionsForTargetUser | ( | int | $a_target_user | ) |
Collect all actions.
Definition at line 85 of file class.ilChatUserActionProvider.php.
References Vendor\Package\$f, ilObjUser\_lookupLogin(), acceptsMessages(), checkUserChatAccess(), ilUserActionCollection\getInstance(), ilUserActionProvider\getUserId(), and ILIAS\Repository\lng().
ilChatUserActionProvider::getActionTypes | ( | ) |
Definition at line 54 of file class.ilChatUserActionProvider.php.
References ILIAS\Repository\lng().
ilChatUserActionProvider::getComponentId | ( | ) |
Definition at line 46 of file class.ilChatUserActionProvider.php.
|
staticprotected |
Definition at line 28 of file class.ilChatUserActionProvider.php.
|
protected |
Definition at line 30 of file class.ilChatUserActionProvider.php.
|
protected |
Definition at line 31 of file class.ilChatUserActionProvider.php.
|
protected |
Definition at line 29 of file class.ilChatUserActionProvider.php.
|
staticprotected |
Definition at line 26 of file class.ilChatUserActionProvider.php.