ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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\ACTION_PATH
Definition:
Parameter.php:26
ILIAS\MetaData\Editor\Http\Parameter
Parameter
Definition:
Parameter.php:23
components
ILIAS
MetaData
classes
Editor
Http
Parameter.php
Generated on Mon Sep 1 2025 23:03:31 for ILIAS by
1.8.13 (using
Doxyfile
)