ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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 
if(count($argv) !==3) $bootstrap
Definition: entry_point.php:34
Interface Observer Contains several chained tasks and infos about them.
$entry_point
Definition: entry_point.php:35
exit
$info
Definition: entry_point.php:21
Class ilChatroomConfigFileHandler .
more()
description: > Example for rendring a more glyph.
Definition: more.php:41
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