ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
metadata.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
chdir(__DIR__);
22
23
while
(!is_file(
'ilias.ini.php'
)) {
24
chdir(
'..'
);
25
if
(getcwd() ===
'/'
) {
26
die(
'Please ensure ILIAS is installed!'
);
27
}
28
}
29
30
require_once(
'libs/composer/vendor/autoload.php'
);
31
32
ilContext::init
(
ilContext::CONTEXT_SAML
);
33
ilInitialisation::initILIAS
();
34
35
\ILIAS\Saml\Module::metadata
();
ILIAS\Saml\Module\metadata
static metadata()
Definition:
Module.php:46
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1209
ilContext\CONTEXT_SAML
const CONTEXT_SAML
Definition:
class.ilContext.php:47
ilContext\init
static init(string $a_type)
Init context by type.
Definition:
class.ilContext.php:52
Services
Saml
lib
metadata.php
Generated on Wed Sep 10 2025 14:11:52 for ILIAS by
1.8.13 (using
Doxyfile
)