|
ILIAS
release_8 Revision v8.24
|
Class ilChatroomBanGUI. More...
Inheritance diagram for ilChatroomBanGUI:
Collaboration diagram for ilChatroomBanGUI:Public Member Functions | |
| __construct (ilChatroomObjectGUI $gui, ilCtrlInterface $controller=null, ilLanguage $language=null, ilObjUser $user=null) | |
| delete () | |
| executeDefault (string $requestedMethod) | |
| show () | |
| Displays banned users task. More... | |
| active () | |
Public Member Functions inherited from ilChatroomGUIHandler | |
| execute (string $method) | |
| executeDefault (string $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... | |
| sendResponse ($response, bool $isJson=false) | |
| Sends a json encoded response and exits the php process. More... | |
| hasPermission (string $permission) | |
Private Attributes | |
| ilCtrlInterface | $controller |
| ilLanguage | $language |
| ilObjUser | $user |
Additional Inherited Members | |
Protected Member Functions inherited from ilChatroomGUIHandler | |
| getRequestValue (string $key, Transformation $trafo, $default=null) | |
| hasRequestValue (string $key) | |
| getRoomByObjectId (int $objectId) | |
| exitIfNoRoomExists (?ilChatroom $room) | |
| Checks if a ilChatroom exists. More... | |
| exitIfNoRoomModeratePermission (ilChatroom $room, int $subRoom, ilChatroomUser $chatUser) | |
| Check if user can moderate a chatroom. More... | |
| canModerate (ilChatroom $room, int $subRoom, int $usrId) | |
| isMainRoom (int $subRoomId) | |
Protected Attributes inherited from ilChatroomGUIHandler | |
| ilChatroomObjectGUI | $gui |
| ilObjUser | $ilUser |
| ilCtrlInterface | $ilCtrl |
| ilLanguage | $ilLng |
| Filesystem | $webDirectory |
| ilObjectService | $obj_service |
| FileUpload | $upload |
| ilRbacSystem | $rbacsystem |
| ilGlobalTemplateInterface | $mainTpl |
| ILIAS | $ilias |
| ilNavigationHistory | $navigationHistory |
| ilTree | $tree |
| ilTabsGUI | $tabs |
| UIFactory | $uiFactory |
| UIRenderer | $uiRenderer |
| GlobalHttpState | $http |
| Refinery | $refinery |
| ilChatroomBanGUI::__construct | ( | ilChatroomObjectGUI | $gui, |
| ilCtrlInterface | $controller = null, |
||
| ilLanguage | $language = null, |
||
| ilObjUser | $user = null |
||
| ) |
Definition at line 33 of file class.ilChatroomBanGUI.php.
References $controller, $DIC, $language, $user, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomBanGUI::active | ( | ) |
Definition at line 123 of file class.ilChatroomBanGUI.php.
References $response, ilChatroom\byObjectId(), ilChatroomGUIHandler\exitIfNoRoomExists(), ilChatroomGUIHandler\getRequestValue(), ilChatroomGUIHandler\isSuccessful(), ilChatroomGUIHandler\redirectIfNoPermission(), ILIAS\Repository\refinery(), ilChatroomGUIHandler\sendResponse(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomBanGUI::delete | ( | ) |
Definition at line 60 of file class.ilChatroomBanGUI.php.
References ilChatroom\byObjectId(), ilChatroomGUIHandler\exitIfNoRoomExists(), ilChatroomGUIHandler\getRequestValue(), ilCtrl\redirect(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilChatroomBanGUI::executeDefault | ( | string | $requestedMethod | ) |
Reimplemented from ilChatroomGUIHandler.
Definition at line 80 of file class.ilChatroomBanGUI.php.
References show().
Here is the call graph for this function:| ilChatroomBanGUI::show | ( | ) |
Displays banned users task.
Definition at line 88 of file class.ilChatroomBanGUI.php.
References $data, ilChatroom\byObjectId(), ilChatroomGUIHandler\exitIfNoRoomExists(), ilUserUtil\getNamePresentation(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), and ilChatroomGUIHandler\redirectIfNoPermission().
Referenced by executeDefault().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 29 of file class.ilChatroomBanGUI.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilChatroomBanGUI.php.
Referenced by __construct().
|
private |
Definition at line 31 of file class.ilChatroomBanGUI.php.
Referenced by __construct().