|
ILIAS
Release_4_3_x_branch Revision 61807
|
Class ilChatroomInviteUsersToPrivateRoomTask. More...
Inheritance diagram for ilChatroomInviteUsersToPrivateRoomTask:
Collaboration diagram for ilChatroomInviteUsersToPrivateRoomTask: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().
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 ilDBayTaskHandler.
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().