ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Location.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\FileUpload
;
4
16
interface
Location
17
{
18
23
const
WEB
= 1;
28
const
STORAGE
= 2;
33
const
CUSTOMIZING
= 3;
38
const
TEMPORARY
= 4;
39
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\FileUpload\Location
Interface Location.
Definition:
Location.php:17
ILIAS\FileUpload\Location\TEMPORARY
const TEMPORARY
The ILIAS temporary directory.
Definition:
Location.php:38
ILIAS\FileUpload\Location\CUSTOMIZING
const CUSTOMIZING
The filesystem within the web root where all the skins and plugins are saved.
Definition:
Location.php:33
ILIAS\FileUpload\Location\WEB
const WEB
The filesystem within the ilias web root.
Definition:
Location.php:23
ILIAS\FileUpload\Location\STORAGE
const STORAGE
The filesystem outside of the ilias web root.
Definition:
Location.php:28
ILIAS\FileUpload
src
FileUpload
Location.php
Generated on Fri Oct 3 2025 20:01:14 for ILIAS by
1.9.4 (using
Doxyfile
)