Definition at line 5 of file DataService.php.
◆ initIlias()
static XapiProxy\DataService::initIlias |
( |
|
$client_id | ) |
|
|
static |
Definition at line 7 of file DataService.php.
8 {
10
11
12
13
14
16
17
18 define('IL_COOKIE_HTTPONLY', true);
19 define('IL_COOKIE_EXPIRE', 0);
20 define('IL_COOKIE_PATH', '/');
21 define('IL_COOKIE_DOMAIN', '');
22 require_once('Services/Context/classes/class.ilContext.php');
24
25 require_once("Services/Init/classes/class.ilInitialisation.php");
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47 }
static init($a_type)
Init context by type.
static initILIAS()
ilias initialisation
References $_GET, $client_id, ilContext\CONTEXT_SCORM, ilContext\init(), and ilInitialisation\initILIAS().
The documentation for this class was generated from the following file: