ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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->
sendJSONResponse
([
'success'
=>
true
]);
32
}
33
}
ilChatroomGUIHandler
Class ilChatroomGUIHandler.
Definition:
class.ilChatroomGUIHandler.php:38
ilChatroomGUIHandler\sendJSONResponse
sendJSONResponse($response)
Sends a json encoded response and exits the php process.
Definition:
class.ilChatroomGUIHandler.php:172
ilChatroomPollGUI
Class ilChatroomPostMessageGUI.
Definition:
class.ilChatroomPollGUI.php:28
ilChatroomPollGUI\executeDefault
executeDefault(string $requestedMethod)
Definition:
class.ilChatroomPollGUI.php:29
components
ILIAS
Chatroom
classes
gui
class.ilChatroomPollGUI.php
Generated on Sat Oct 18 2025 23:02:44 for ILIAS by
1.9.4 (using
Doxyfile
)