|
ILIAS
Release_5_0_x_branch Revision 61816
|
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. | |
| byLogin () | |
| byId () | |
Private Attributes | |
| $gui | |
Class ilChatroomInviteUsersToPrivateRoomTask.
Definition at line 13 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
| ilChatroomInviteUsersToPrivateRoomTask::__construct | ( | ilChatroomObjectGUI | $gui | ) |
| ilChatroomObjectGUI | $gui |
Reimplemented from ilChatroomTaskHandler.
Definition at line 23 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
References $gui.
| ilChatroomInviteUsersToPrivateRoomTask::byId | ( | ) |
Definition at line 50 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
References $_REQUEST.
| 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 |
Reimplemented from ilChatroomTaskHandler.
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().