ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
constants.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25// User an role specific constants
30
31// Folder specific constants
38
39// Installation and environment specific constants
40const IL_INST_ID = '0';
41const CLIENT_ID = 'phpstan';
42const CLIENT_NAME = 'PHPStan';
43const ABSOLUTE_PATH = '/';
44const ILIAS_DATA_DIR = './external_data';
45const ILIAS_WEB_DIR = 'public/data'; // this is only the name, not a path
46const CLIENT_DATA_DIR = './external_data';
47const CLIENT_WEB_DIR = './public/data';
48
49// Mail system specific constants
50const MAILPATH = 'mail';
const MAILPATH
Definition: constants.php:50
const CLIENT_ID
Definition: constants.php:41
const ILIAS_DATA_DIR
Definition: constants.php:44
const RECOVERY_FOLDER_ID
Definition: constants.php:37
const SYSTEM_ROLE_ID
Definition: constants.php:29
const ILIAS_WEB_DIR
Definition: constants.php:45
const MAIL_SETTINGS_ID
Definition: constants.php:36
const CLIENT_NAME
Definition: constants.php:42
const ANONYMOUS_ROLE_ID
Definition: constants.php:28
const USER_FOLDER_ID
Definition: constants.php:33
const CLIENT_WEB_DIR
Definition: constants.php:47
const CLIENT_DATA_DIR
Definition: constants.php:46
const ABSOLUTE_PATH
Definition: constants.php:43
const SYSTEM_USER_ID
This file contains constants for PHPStan analyis, see: https://phpstan.org/config-reference#constants...
Definition: constants.php:26
const IL_INST_ID
Definition: constants.php:40
const ANONYMOUS_USER_ID
Definition: constants.php:27
const SYSTEM_FOLDER_ID
Definition: constants.php:35
const ROLE_FOLDER_ID
Definition: constants.php:34
const ROOT_FOLDER_ID
Definition: constants.php:32