ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Parameter.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
Parameter
:
string
24
{
25
case
BASE_PATH =
'md_base_path'
;
26
case
ACTION_PATH
=
'md_action_path'
;
27
}
ILIAS\MetaData\Editor\Http
Definition:
Command.php:21
ILIAS\MetaData\Editor\Http\Parameter
Parameter
Definition:
Parameter.php:24
ILIAS\MetaData\Editor\Http\ACTION_PATH
@ ACTION_PATH
Definition:
Parameter.php:26
components
ILIAS
MetaData
classes
Editor
Http
Parameter.php
Generated on Sat Oct 18 2025 23:03:26 for ILIAS by
1.9.4 (using
Doxyfile
)