ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
interface.QueryActionHandler.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
QueryActionHandler
12
{
17
public
function
handle
(
$query
) :
Response
;
18
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\COPage\Editor\Server\Response
Definition:
class.Response.php:12
ILIAS\COPage\Editor\Server\QueryActionHandler
Query action handler interface.
Definition:
interface.QueryActionHandler.php:12
ILIAS\COPage\Editor\Server\QueryActionHandler\handle
handle($query)
ILIAS\COPage\Editor\Server
Definition:
class.Response.php:5
$query
$query
Definition:
proxy_ylocal.php:13
Services
COPage
Editor
Server
interface.QueryActionHandler.php
Generated on Sat Oct 4 2025 21:01:01 for ILIAS by
1.9.4 (using
Doxyfile
)