ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
constants.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
// User an role specific constants
26
const
SYSTEM_USER_ID
= 6;
27
const
ANONYMOUS_USER_ID
= 13;
28
const
ANONYMOUS_ROLE_ID
= 14;
29
const
SYSTEM_ROLE_ID
= 2;
30
31
// Folder specific constants
32
const
ROOT_FOLDER_ID
= 1;
33
const
USER_FOLDER_ID
= 7;
34
const
ROLE_FOLDER_ID
= 8;
35
const
SYSTEM_FOLDER_ID
= 9;
36
const
MAIL_SETTINGS_ID
= 12;
37
const
RECOVERY_FOLDER_ID
= 15;
38
39
// Installation and environment specific constants
40
const
IL_INST_ID
=
'0'
;
41
const
CLIENT_ID
=
'phpstan'
;
42
const
CLIENT_NAME
=
'PHPStan'
;
43
const
ABSOLUTE_PATH
=
'/'
;
44
const
ILIAS_DATA_DIR
=
'./external_data'
;
45
const
ILIAS_WEB_DIR
=
'public/data'
;
// this is only the name, not a path
46
const
CLIENT_DATA_DIR
=
'./external_data'
;
47
const
CLIENT_WEB_DIR
=
'./public/data'
;
48
49
// Mail system specific constants
50
const
MAILPATH
=
'mail'
;
IL_INST_ID
const IL_INST_ID
Definition:
constants.php:40
ANONYMOUS_USER_ID
const ANONYMOUS_USER_ID
Definition:
constants.php:27
USER_FOLDER_ID
const USER_FOLDER_ID
Definition:
constants.php:33
ROOT_FOLDER_ID
const ROOT_FOLDER_ID
Definition:
constants.php:32
CLIENT_NAME
const CLIENT_NAME
Definition:
constants.php:42
SYSTEM_ROLE_ID
const SYSTEM_ROLE_ID
Definition:
constants.php:29
SYSTEM_USER_ID
const SYSTEM_USER_ID
This file contains constants for PHPStan analyis, see: https://phpstan.org/config-reference#constants...
Definition:
constants.php:26
MAILPATH
const MAILPATH
Definition:
constants.php:50
SYSTEM_FOLDER_ID
const SYSTEM_FOLDER_ID
Definition:
constants.php:35
CLIENT_DATA_DIR
const CLIENT_DATA_DIR
Definition:
constants.php:46
ABSOLUTE_PATH
const ABSOLUTE_PATH
Definition:
constants.php:43
CLIENT_ID
const CLIENT_ID
Definition:
constants.php:41
CLIENT_WEB_DIR
const CLIENT_WEB_DIR
Definition:
constants.php:47
ROLE_FOLDER_ID
const ROLE_FOLDER_ID
Definition:
constants.php:34
ILIAS_DATA_DIR
const ILIAS_DATA_DIR
Definition:
constants.php:44
MAIL_SETTINGS_ID
const MAIL_SETTINGS_ID
Definition:
constants.php:36
ANONYMOUS_ROLE_ID
const ANONYMOUS_ROLE_ID
Definition:
constants.php:28
RECOVERY_FOLDER_ID
const RECOVERY_FOLDER_ID
Definition:
constants.php:37
ILIAS_WEB_DIR
const ILIAS_WEB_DIR
Definition:
constants.php:45
scripts
PHPStan
constants.php
Generated on Thu Apr 3 2025 23:04:17 for ILIAS by
1.8.13 (using
Doxyfile
)