|
ILIAS
release_4-4 Revision
|
Class ilChatroomInviteUsersToPrivateRoomTask. More...
Inheritance diagram for ilChatroomInviteUsersToPrivateRoomTask:
Collaboration diagram for ilChatroomInviteUsersToPrivateRoomTask:Public Member Functions | |
| __construct (ilChatroomObjectGUI $gui) | |
| executeDefault ($method) | |
| Prepares and posts message fetched from $_REQUEST['message'] to recipients fetched from $_REQUEST['recipient'] and adds an entry to history if successful. More... | |
| byLogin () | |
| byId () | |
Public Member Functions inherited from ilChatroomTaskHandler | |
| __construct (ilChatroomObjectGUI $gui) | |
| executeDefault ($requestedMethod) | |
Private Attributes | |
| $gui | |
Class ilChatroomInviteUsersToPrivateRoomTask.
Definition at line 13 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
| ilChatroomInviteUsersToPrivateRoomTask::__construct | ( | ilChatroomObjectGUI | $gui | ) |
| ilChatroomObjectGUI | $gui |
Definition at line 23 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
References $gui.
| ilChatroomInviteUsersToPrivateRoomTask::byId | ( | ) |
Definition at line 50 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
References $_REQUEST, $ilCtrl, $ilUser, $result, ilChatroom\byObjectId(), ilChatroom\checkUserPermissions(), exit, ilUserAutoComplete\PRIVACY_MODE_RESPECT_USER_SETTING, and ilUserAutoComplete\SEARCH_TYPE_EQUALS.
Here is the call graph for this function:| ilChatroomInviteUsersToPrivateRoomTask::byLogin | ( | ) |
Definition at line 42 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
References $_REQUEST, and ilObjUser\_lookupId().
Referenced by executeDefault().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomInviteUsersToPrivateRoomTask::executeDefault | ( | $method | ) |
Prepares and posts message fetched from $_REQUEST['message'] to recipients fetched from $_REQUEST['recipient'] and adds an entry to history if successful.
| string | $method |
Definition at line 34 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
References byLogin().
Here is the call graph for this function:
|
private |
Definition at line 18 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
Referenced by __construct().