ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
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 |
ilCtrlInterface | $ctrl |
![]() | |
int | $user_id |
Language | $lng |
ilDBInterface | $db |
Static Protected Attributes | |
static array | $user_access = [] |
static array | $accepts_messages_cache = [] |
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 34 of file class.ilChatUserActionProvider.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ilObjChatroom\_getPublicRefId(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
|
protected |
Definition at line 75 of file class.ilChatUserActionProvider.php.
References ilObjUser\_lookupPref(), and ilUtil\yn2tf().
Referenced by collectActionsForTargetUser().
|
protected |
Definition at line 66 of file class.ilChatUserActionProvider.php.
References $GLOBALS.
Referenced by collectActionsForTargetUser().
ilChatUserActionProvider::collectActionsForTargetUser | ( | int | $a_target_user | ) |
Collect all actions.
Definition at line 89 of file class.ilChatUserActionProvider.php.
References Vendor\Package\$f, ilObjUser\_lookupLogin(), acceptsMessages(), checkUserChatAccess(), ILIAS\Repository\ctrl(), ilUserActionProvider\getUserId(), and ILIAS\Repository\lng().
ilChatUserActionProvider::getActionTypes | ( | ) |
Definition at line 58 of file class.ilChatUserActionProvider.php.
References ILIAS\Repository\lng().
ilChatUserActionProvider::getComponentId | ( | ) |
Definition at line 50 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 32 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.