ILIAS
release_8 Revision v8.23
◀ 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
}
ilChatroomPollGUI\executeDefault
executeDefault(string $requestedMethod)
Definition:
class.ilChatroomPollGUI.php:29
ilChatroomPollGUI
Class ilChatroomPostMessageGUI.
Definition:
class.ilChatroomPollGUI.php:27
ilChatroomGUIHandler
Class ilChatroomGUIHandler.
Definition:
class.ilChatroomGUIHandler.php:37
ilChatroomGUIHandler\sendResponse
sendResponse($response, bool $isJson=false)
Sends a json encoded response and exits the php process.
Definition:
class.ilChatroomGUIHandler.php:178
Modules
Chatroom
classes
gui
class.ilChatroomPollGUI.php
Generated on Wed Sep 3 2025 22:01:24 for ILIAS by
1.8.13 (using
Doxyfile
)