ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Command.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Editor\Http
;
22
23
enum
Command
:
string
24
{
25
case
INDEX =
'listSection'
;
26
case
SHOW_DIGEST =
'listQuickEdit'
;
27
case
UPDATE_DIGEST =
'updateQuickEdit'
;
28
case
SHOW_FULL =
'fullEditor'
;
29
case
CREATE_FULL =
'fullEditorCreate'
;
30
case
UPDATE_FULL =
'fullEditorUpdate'
;
31
case
DELETE_FULL =
'fullEditorDelete'
;
32
case
DEBUG
=
'debug'
;
33
}
ILIAS\MetaData\Editor\Http
Definition:
Command.php:21
ILIAS\MetaData\Editor\Http\Command
Command
Definition:
Command.php:23
ILIAS\MetaData\Editor\Http\DEBUG
Definition:
Command.php:32
components
ILIAS
MetaData
classes
Editor
Http
Command.php
Generated on Sun Aug 31 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)