ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.ilChatroomPollGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
27
class
ilChatroomPollGUI
extends
ilChatroomGUIHandler
28
{
29
public
function
executeDefault
(
string
$requestedMethod): void
30
{
31
$this->
sendResponse
([
'success'
=>
true
]);
32
}
33
}
ilChatroomGUIHandler
Class ilChatroomGUIHandler.
Definition:
class.ilChatroomGUIHandler.php:38
ilChatroomGUIHandler\sendResponse
sendResponse($response, bool $isJson=false)
Sends a json encoded response and exits the php process.
Definition:
class.ilChatroomGUIHandler.php:178
ilChatroomPollGUI
Class ilChatroomPostMessageGUI.
Definition:
class.ilChatroomPollGUI.php:28
ilChatroomPollGUI\executeDefault
executeDefault(string $requestedMethod)
Definition:
class.ilChatroomPollGUI.php:29
Modules
Chatroom
classes
gui
class.ilChatroomPollGUI.php
Generated on Sun Nov 2 2025 22:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)