ILIAS  release_7 Revision v7.30-3-g800a261c036
constants.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
23// User an role specific constants
27const SYSTEM_ROLE_ID = 14;
28
29// Folder specific constants
36
37// Installation and environment specific constants
38const IL_INST_ID = '0';
39const CLIENT_ID = 'phpstan';
40const CLIENT_NAME = 'PHPStan';
41const ABSOLUTE_PATH = '/';
42const ILIAS_DATA_DIR = './external_data';
43const ILIAS_WEB_DIR = './data';
44const CLIENT_DATA_DIR = './external_data';
45const CLIENT_WEB_DIR = './data';
46
47// Mail system specific constants
48const MAILPATH = 'mail';
An exception for terminatinating execution or to throw for unit testing.
const MAILPATH
Definition: constants.php:48
const CLIENT_ID
Definition: constants.php:39
const ILIAS_DATA_DIR
Definition: constants.php:42
const RECOVERY_FOLDER_ID
Definition: constants.php:35
const SYSTEM_ROLE_ID
Definition: constants.php:27
const ILIAS_WEB_DIR
Definition: constants.php:43
const MAIL_SETTINGS_ID
Definition: constants.php:34
const CLIENT_NAME
Definition: constants.php:40
const ANONYMOUS_ROLE_ID
Definition: constants.php:26
const USER_FOLDER_ID
Definition: constants.php:31
const CLIENT_WEB_DIR
Definition: constants.php:45
const CLIENT_DATA_DIR
Definition: constants.php:44
const ABSOLUTE_PATH
Definition: constants.php:41
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 IL_INST_ID
Definition: constants.php:38
const ANONYMOUS_USER_ID
Definition: constants.php:25
const SYSTEM_FOLDER_ID
Definition: constants.php:33
const ROLE_FOLDER_ID
Definition: constants.php:32
const ROOT_FOLDER_ID
Definition: constants.php:30