ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
}
ILIAS\FileUpload\Location\STORAGE
const STORAGE
The filesystem outside of the ilias web root.
Definition:
Location.php:28
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
Interface Location.
Definition:
Location.php:16
ILIAS\FileUpload\Location\TEMPORARY
const TEMPORARY
The ILIAS temporary directory.
Definition:
Location.php:38
ILIAS\FileUpload
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\FileUpload\Location\WEB
const WEB
The filesystem within the ilias web root.
Definition:
Location.php:23
src
FileUpload
Location.php
Generated on Mon Sep 1 2025 21:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)