ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class: ilInitialisation_Public Helper class that derives from ilInitialisation in order to 'publish' some of its methods that are (currently) required by XapiProxy and included plugin classes. More...
Static Public Member Functions | |
static | initGlobal ($a_name, $a_class, $a_source_file=null) |
Function; initGlobal($a_name, $a_class, $a_source_file) Derive from protected to public... More... | |
static | initDatabase () |
Function: initDatabase() Derive from protected to public... More... | |
static | initIliasIniFile () |
Function: initIliasIniFile() Derive from protected to public... More... | |
static | initClientIniFile () |
Function: initClientIniFile() Derive from protected to public... More... | |
static | initLog () |
![]() | |
static | initFileUploadService (\ILIAS\DI\Container $dic) |
Initializes the file upload service. More... | |
static | setSessionHandler () |
set session handler to db More... | |
static | initUserAccount () |
Init user with current account id. More... | |
static | goToPublicSection () |
go to public section More... | |
static | reinitILIAS () |
static | initILIAS () |
ilias initialisation More... | |
static | handleErrorReporting () |
Set error reporting level. More... | |
static | resumeUserSession () |
Resume an existing user session. More... | |
static | initUIFramework (\ILIAS\DI\Container $c) |
init the ILIAS UI framework. More... | |
Additional Inherited Members | |
![]() | |
static | removeUnsafeCharacters () |
Remove unsafe characters from GET. More... | |
static | recursivelyRemoveUnsafeCharacters ($var) |
static | requireCommonIncludes () |
get common include code files More... | |
static | includePhp5Compliance () |
This is a hack for authentication. More... | |
static | initIliasIniFile () |
This method provides a global instance of class ilIniFile for the ilias.ini.php file in variable $ilIliasIniFile. More... | |
static | buildHTTPPath () |
builds http path More... | |
static | determineClient () |
This method determines the current client and sets the constant CLIENT_ID. More... | |
static | initClientIniFile () |
This method provides a global instance of class ilIniFile for the client.ini.php file in variable $ilClientIniFile. More... | |
static | handleMaintenanceMode () |
handle maintenance mode More... | |
static | initDatabase () |
initialise database object $ilDB More... | |
static | setCookieConstants () |
static | setSessionCookieParams () |
set session cookie params More... | |
static | initMail (\ILIAS\DI\Container $c) |
static | initCustomObjectIcons (\ILIAS\DI\Container $c) |
static | initAvatar (\ILIAS\DI\Container $c) |
static | initTermsOfService (\ILIAS\DI\Container $c) |
static | initAccessibilityControlConcept (\ILIAS\DI\Container $c) |
static | initSettings () |
initialise $ilSettings object and define constants More... | |
static | initStyle () |
provide $styleDefinition object More... | |
static | initLocale () |
Init Locale. More... | |
static | goToLogin () |
go to login More... | |
static | initAccessHandling () |
$ilAccess and $rbac... More... | |
static | initLog () |
Init log instance. More... | |
static | initGlobal ($a_name, $a_class, $a_source_file=null) |
Initialize global instance. More... | |
static | abortAndDie ($a_message) |
Exit. More... | |
static | handleDevMode () |
Prepare developer tools. More... | |
static | initSession () |
Init auth session. More... | |
static | initCore () |
Init core objects (level 0) More... | |
static | initClient () |
Init client-based objects (level 1) More... | |
static | initUser () |
Init user / authentification (level 2) More... | |
static | initHTTPServices (\ILIAS\DI\Container $container) |
static | initRefinery (\ILIAS\DI\Container $container) |
static | initHTML () |
init HTML output (level 3) More... | |
static | getCurrentCmd () |
Extract current cmd from request. More... | |
static | blockedAuthentication ($a_current_script) |
Block authentication based on current request. More... | |
static | translateMessage ($a_message_id, array $a_message_static=null) |
Translate message if possible. More... | |
static | redirect ($a_target, $a_message_id='', array $a_message_static=null) |
Redirects to target url if context supports it. More... | |
![]() | |
static | $already_initialized |
Class: ilInitialisation_Public Helper class that derives from ilInitialisation in order to 'publish' some of its methods that are (currently) required by XapiProxy and included plugin classes.
Definition at line 58 of file DataService.php.
|
static |
Function: initClientIniFile() Derive from protected to public...
Definition at line 104 of file DataService.php.
References $GLOBALS.
|
static |
Function: initDatabase() Derive from protected to public...
Definition at line 77 of file DataService.php.
References $GLOBALS.
|
static |
Function; initGlobal($a_name, $a_class, $a_source_file) Derive from protected to public...
Definition at line 66 of file DataService.php.
|
static |
Function: initIliasIniFile() Derive from protected to public...
Definition at line 91 of file DataService.php.
References $GLOBALS.
|
static |
Definition at line 112 of file DataService.php.
References $GLOBALS.