ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
gs_content.php
Go to the documentation of this file.
1
<?php
2
19
require_once(__DIR__ .
'/../vendor/composer/vendor/autoload.php'
);
20
require_once(__DIR__ .
'/../artifacts/bootstrap_default.php'
);
21
use
ILIAS\GlobalScreen\Client\ContentRenderer
;
22
23
if
(PHP_SAPI !==
'cli'
) {
24
\ilContext::init
(\
ilContext::CONTEXT_WAC
);
25
entry_point
(
'ILIAS Legacy Initialisation Adapter'
);
26
(
new
ContentRenderer
())->run();
27
}
ILIAS\GlobalScreen\Client\ContentRenderer
Definition:
ContentRenderer.php:30
ilContext\init
static init(string $a_type)
Init context by type.
Definition:
class.ilContext.php:52
ilContext\CONTEXT_WAC
const CONTEXT_WAC
Definition:
class.ilContext.php:43
entry_point
entry_point(string $name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
result1.php:21
components
ILIAS
GlobalScreen
resources
gs_content.php
Generated on Sat Oct 18 2025 23:03:06 for ILIAS by
1.9.4 (using
Doxyfile
)