|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilChatUserActionProvider:
Collaboration diagram for ilChatUserActionProvider:Public Member Functions | |
| __construct () | |
| getComponentId () | |
| getActionTypes () | |
| collectActionsForTargetUser (int $a_target_user) | |
| Collect all actions. More... | |
Public Member Functions inherited from ilUserActionProvider | |
| __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 |
Protected Attributes inherited from ilUserActionProvider | |
| 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 | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 34 of file class.ilChatUserActionProvider.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ilObjChatroom\_getPublicRefId(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 75 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 |
Definition at line 66 of file class.ilChatUserActionProvider.php.
References $GLOBALS.
Referenced by collectActionsForTargetUser().
Here is the caller graph for this function:| ilChatUserActionProvider::collectActionsForTargetUser | ( | int | $a_target_user | ) |
Collect all actions.
Reimplemented from ilUserActionProvider.
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().
Here is the call graph for this function:| ilChatUserActionProvider::getActionTypes | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 58 of file class.ilChatUserActionProvider.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilChatUserActionProvider::getComponentId | ( | ) |
Reimplemented from ilUserActionProvider.
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.