ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
entry_point.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
$info
= <<<INFO
22
Hello there.
23
24
This calls an arbitrary entrypoint of
ILIAS
for
testing purpose. For
more
informations
25
about entrypoints, have a look into `
components
/
ILIAS
/
Component
/src/EntryPoint.php`.
26
27
INFO;
28
29
if
(count($argv) !== 3) {
30
echo
$info
;
31
die(
"php cli/entry_point.php \$bootstrap \$name\n"
);
32
}
33
34
$bootstrap
= $argv[1];
35
$entry_point
= $argv[2];
36
37
require_once(__DIR__ .
"/../artifacts/bootstrap_$bootstrap.php"
);
38
39
exit
(
entry_point
(
$entry_point
));
$bootstrap
if(count($argv) !==3) $bootstrap
Definition:
entry_point.php:34
ILIAS
Interface Observer Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
ILIAS\UI\Component
$entry_point
$entry_point
Definition:
entry_point.php:35
exit
exit
Definition:
dummy_client.php:21
$info
$info
Definition:
entry_point.php:21
components
Class ilChatroomConfigFileHandler .
ILIAS\UI\examples\Symbol\Glyph\More\more
more()
description: > Example for rendring a more glyph.
Definition:
more.php:41
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
cli
entry_point.php
Generated on Sun Aug 31 2025 23:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)