ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
◀ ilDoc Overview
Config.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\StaticURL
;
22
26
enum
Config
:
string
27
{
28
case
BASE_URL =
'base_url'
;
29
case
REWRITE_POSSIBLE =
'rewrite_possible'
;
30
case
STATIC_LINK_ENDPOINT =
'static_link_endpoint'
;
31
case
SHORTLINK_NAMESPACE =
'shortlink_alternative'
;
32
case
ULTRA_SHORT
=
'ultra_short'
;
33
34
}
ILIAS\StaticURL\Config
Config
Definition:
Config.php:27
ILIAS\StaticURL\ULTRA_SHORT
@ ULTRA_SHORT
Definition:
Config.php:32
ILIAS\StaticURL
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ArtifactObjective.php:21
components
ILIAS
StaticURL
src
Config.php
Generated on Sun Nov 2 2025 23:01:55 for ILIAS by
1.9.4 (using
Doxyfile
)