ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
Config.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\StaticURL;
22
26enum 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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...