ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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 Tue Apr 8 2025 21:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)