ILIAS
release_4-3 Revision
|
Class ilChatroomInviteUsersToPrivateRoomTask. More...
Public Member Functions | |
__construct (ilDBayObjectGUI $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 () | |
Public Member Functions inherited from ilDBayTaskHandler | |
execute ($method) | |
Executes given $method if existing, otherwise executes executeDefault() method. |
Private Attributes | |
$gui |
Class ilChatroomInviteUsersToPrivateRoomTask.
Definition at line 13 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
ilChatroomInviteUsersToPrivateRoomTask::__construct | ( | ilDBayObjectGUI | $gui | ) |
ilDBayObjectGUI | $gui |
Reimplemented from ilDBayTaskHandler.
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().
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 ilDBayTaskHandler.
Definition at line 34 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
References byLogin().
|
private |
Definition at line 18 of file class.ilChatroomInviteUsersToPrivateRoomTask.php.
Referenced by __construct().