ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilChatroomCreateGUI. More...
Public Member Functions | |
save () | |
Inserts new object into gui. More... | |
executeDefault ($method) | |
{} More... | |
Public Member Functions inherited from ilChatroomGUIHandler | |
__construct (ilChatroomObjectGUI $gui) | |
sendResponse ($response) | |
Sends a json encoded response and exits the php process. More... | |
hasPermission ($permission) | |
Checks for access with ilRbacSystem. More... | |
execute ($method) | |
Executes given $method if existing, otherwise executes executeDefault() method. More... | |
executeDefault ($requestedMethod) | |
redirectIfNoPermission ($permission) | |
Checks for requested permissions and redirects if the permission check failed. More... | |
isSuccessful ($response) | |
Checks for success param in an json decoded response. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ilChatroomGUIHandler | |
getRoomByObjectId ($objectId) | |
exitIfNoRoomExists ($room) | |
Checks if a ilChatroom exists. More... | |
exitIfNoRoomPermission ($room, $subRoom, $chat_user) | |
Check if user can moderate a chatroom. More... | |
canModerate ($room, $subRoom, $user_id) | |
Checks if the user has permission to moderate a ilChatroom. More... | |
isMainRoom ($subRoomId) | |
Protected Attributes inherited from ilChatroomGUIHandler | |
$gui | |
$ilUser | |
$ilCtrl | |
$ilLng | |
$webDirectory | |
$upload | |
$rbacsystem | |
$mainTpl | |
$ilias | |
$navigationHistory | |
$tree | |
$tabs | |
Class ilChatroomCreateGUI.
IN USE?
Definition at line 11 of file class.ilChatroomCreateGUI.php.
ilChatroomCreateGUI::executeDefault | ( | $method | ) |
{}
Definition at line 39 of file class.ilChatroomCreateGUI.php.
Referenced by save().
ilChatroomCreateGUI::save | ( | ) |
Inserts new object into gui.
Definition at line 16 of file class.ilChatroomCreateGUI.php.
References $form, $response, ilChatroom\byObjectId(), executeDefault(), ilCtrl\redirect(), and ilCtrl\setParameter().