ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
interface.CommandActionHandler.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2020 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\COPage\Editor\Server
;
6
11
interface
CommandActionHandler
12
{
18
public
function
handle
(
$query
, $body) :
Response
;
19
}
ILIAS\COPage\Editor\Server\Response
Definition:
class.Response.php:11
ILIAS\COPage\Editor\Server\CommandActionHandler
Command action handler interface.
Definition:
interface.CommandActionHandler.php:11
ILIAS\COPage\Editor\Server\CommandActionHandler\handle
handle($query, $body)
ILIAS\COPage\Editor\Server
Definition:
class.Response.php:5
$query
$query
Definition:
proxy_ylocal.php:13
Services
COPage
Editor
Server
interface.CommandActionHandler.php
Generated on Wed Sep 3 2025 21:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)