ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Class ilChatroomBanGUI. More...
Public Member Functions | |
__construct (?ilChatroomObjectGUI $gui, ?ilCtrlInterface $controller=null, ?ilLanguage $language=null, ?ilObjUser $user=null) | |
handleTableActions () | |
delete () | |
executeDefault (string $requestedMethod) | |
show () | |
Displays banned users task. More... | |
active () | |
![]() | |
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... | |
hasPermission (string $permission) | |
Private Attributes | |
readonly ilCtrlInterface | $controller |
readonly ilLanguage | $language |
readonly ilObjUser | $user |
Additional Inherited Members | |
![]() | |
getRequestValue (string $key, Transformation $trafo, $default=null) | |
hasRequestValue (string $key) | |
getRoomByObjectId (int $objectId) | |
exitIfNoRoomExists (?ilChatroom $room) | |
Checks if a ilChatroom exists. More... | |
sendJSONResponse ($response) | |
Sends a json encoded response and exits the php process. More... | |
sendResponse (string $content, string $type) | |
Sends a response and exits the php process. More... | |
![]() | |
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(), null, and ILIAS\Repository\user().
ilChatroomBanGUI::active | ( | ) |
Definition at line 146 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().
ilChatroomBanGUI::delete | ( | ) |
Definition at line 75 of file class.ilChatroomBanGUI.php.
References ilChatroom\byObjectId(), ilChatroomGUIHandler\exitIfNoRoomExists(), ilChatroomGUIHandler\getRequestValue(), and ILIAS\Repository\refinery().
ilChatroomBanGUI::executeDefault | ( | string | $requestedMethod | ) |
Definition at line 98 of file class.ilChatroomBanGUI.php.
References show().
ilChatroomBanGUI::handleTableActions | ( | ) |
Definition at line 60 of file class.ilChatroomBanGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
ilChatroomBanGUI::show | ( | ) |
Displays banned users task.
Definition at line 106 of file class.ilChatroomBanGUI.php.
References $data, ilChatroomGUIHandler\$http, ilChatroomGUIHandler\$ilCtrl, ilChatroomGUIHandler\$ilLng, ilChatroomGUIHandler\$uiFactory, ilChatroom\byObjectId(), ilChatroomGUIHandler\exitIfNoRoomExists(), ilUserUtil\getNamePresentation(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), ilChatroomGUIHandler\redirectIfNoPermission(), and ILIAS\Repository\user().
Referenced by executeDefault().
|
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().