|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilChatroomKickTask. More...
Inheritance diagram for ilChatroomClearTask:
Collaboration diagram for ilChatroomClearTask:Public Member Functions | |
| __construct (ilChatroomObjectGUI $gui) | |
| Constructor. | |
| executeDefault ($method) | |
| Displays window box to kick a user fetched from $_REQUEST['user']. | |
Private Member Functions | |
| buildMessage ($messageString, ilChatroomUser $chat_user) | |
| Instantiates stdClass, sets $data->user and $data->userToKick using given $messageString and $chat_user and returns $data. | |
Private Attributes | |
| $gui | |
| ilChatroomClearTask::__construct | ( | ilChatroomObjectGUI | $gui | ) |
Constructor.
Sets $this->gui using given $gui.
| ilChatroomObjectGUI | $gui |
Reimplemented from ilChatroomTaskHandler.
Definition at line 25 of file class.ilChatroomClearTask.php.
References $gui.
|
private |
Instantiates stdClass, sets $data->user and $data->userToKick using given $messageString and $chat_user and returns $data.
| string | $messageString | |
| ilChatroomUser | $chat_user |
Definition at line 93 of file class.ilChatroomClearTask.php.
Referenced by executeDefault().
Here is the caller graph for this function:| ilChatroomClearTask::executeDefault | ( | $method | ) |
Displays window box to kick a user fetched from $_REQUEST['user'].
ilObjUser $ilUser
| string | $method |
Reimplemented from ilChatroomTaskHandler.
Definition at line 36 of file class.ilChatroomClearTask.php.
References $_REQUEST, $ilCtrl, $ilUser, $query, buildMessage(), ilChatroom\byObjectId(), ilChatroom\checkUserPermissions(), exit, and ilUtil\stripSlashes().
Here is the call graph for this function:
|
private |
Definition at line 16 of file class.ilChatroomClearTask.php.
Referenced by __construct().