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
constants.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
23
// User an role specific constants
24
const
SYSTEM_USER_ID
= 6;
25
const
ANONYMOUS_USER_ID
= 13;
26
const
ANONYMOUS_ROLE_ID
= 2;
27
const
SYSTEM_ROLE_ID
= 14;
28
29
// Folder specific constants
30
const
ROOT_FOLDER_ID
= 1;
31
const
USER_FOLDER_ID
= 7;
32
const
ROLE_FOLDER_ID
= 8;
33
const
SYSTEM_FOLDER_ID
= 9;
34
const
MAIL_SETTINGS_ID
= 12;
35
const
RECOVERY_FOLDER_ID
= 15;
36
37
// Installation and environment specific constants
38
const
IL_INST_ID
=
'0'
;
39
const
CLIENT_ID
=
'phpstan'
;
40
const
CLIENT_NAME
=
'PHPStan'
;
41
const
ABSOLUTE_PATH
=
'/'
;
42
const
ILIAS_DATA_DIR
=
'./external_data'
;
43
const
ILIAS_WEB_DIR
=
'./data'
;
44
const
CLIENT_DATA_DIR
=
'./external_data'
;
45
const
CLIENT_WEB_DIR
=
'./data'
;
46
47
// Mail system specific constants
48
const
MAILPATH
=
'mail'
;
IL_INST_ID
const IL_INST_ID
Definition:
constants.php:38
ANONYMOUS_USER_ID
const ANONYMOUS_USER_ID
Definition:
constants.php:25
USER_FOLDER_ID
const USER_FOLDER_ID
Definition:
constants.php:31
ROOT_FOLDER_ID
const ROOT_FOLDER_ID
Definition:
constants.php:30
CLIENT_NAME
const CLIENT_NAME
Definition:
constants.php:40
SYSTEM_ROLE_ID
const SYSTEM_ROLE_ID
Definition:
constants.php:27
SYSTEM_USER_ID
const SYSTEM_USER_ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
constants.php:24
MAILPATH
const MAILPATH
Definition:
constants.php:48
SYSTEM_FOLDER_ID
const SYSTEM_FOLDER_ID
Definition:
constants.php:33
CLIENT_DATA_DIR
const CLIENT_DATA_DIR
Definition:
constants.php:44
ABSOLUTE_PATH
const ABSOLUTE_PATH
Definition:
constants.php:41
CLIENT_ID
const CLIENT_ID
Definition:
constants.php:39
CLIENT_WEB_DIR
const CLIENT_WEB_DIR
Definition:
constants.php:45
ROLE_FOLDER_ID
const ROLE_FOLDER_ID
Definition:
constants.php:32
ILIAS_DATA_DIR
const ILIAS_DATA_DIR
Definition:
constants.php:42
MAIL_SETTINGS_ID
const MAIL_SETTINGS_ID
Definition:
constants.php:34
ANONYMOUS_ROLE_ID
const ANONYMOUS_ROLE_ID
Definition:
constants.php:26
RECOVERY_FOLDER_ID
const RECOVERY_FOLDER_ID
Definition:
constants.php:35
ILIAS_WEB_DIR
const ILIAS_WEB_DIR
Definition:
constants.php:43
CI
PHPStan
constants.php
Generated on Sat Apr 5 2025 21:00:54 for ILIAS by
1.8.13 (using
Doxyfile
)