ILIAS  release_7 Revision v7.30-3-g800a261c036
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;
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';
const IL_INST_ID
Definition: constants.php:38
const ANONYMOUS_USER_ID
Definition: constants.php:25
const USER_FOLDER_ID
Definition: constants.php:31
const ROOT_FOLDER_ID
Definition: constants.php:30
const CLIENT_NAME
Definition: constants.php:40
const SYSTEM_ROLE_ID
Definition: constants.php:27
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
const MAILPATH
Definition: constants.php:48
const SYSTEM_FOLDER_ID
Definition: constants.php:33
const CLIENT_DATA_DIR
Definition: constants.php:44
const ABSOLUTE_PATH
Definition: constants.php:41
const CLIENT_ID
Definition: constants.php:39
const CLIENT_WEB_DIR
Definition: constants.php:45
const ROLE_FOLDER_ID
Definition: constants.php:32
const ILIAS_DATA_DIR
Definition: constants.php:42
const MAIL_SETTINGS_ID
Definition: constants.php:34
const ANONYMOUS_ROLE_ID
Definition: constants.php:26
const RECOVERY_FOLDER_ID
Definition: constants.php:35
const ILIAS_WEB_DIR
Definition: constants.php:43