ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
hello_world.php
Go to the documentation of this file.
1
<?php
2
19
require_once(__DIR__ .
"/../artifacts/bootstrap.php"
);
20
21
// This calls a simple entrypoint, for testing and documentation purpose. This
22
// should just print a simple hello and will work when bootstrapping works.
23
24
exit
(
entry_point
(
"Component/HelloWorld"
));
exit
exit
Definition:
dummy_client.php:21
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
hello_world.php
Generated on Mon Sep 1 2025 23:01:50 for ILIAS by
1.8.13 (using
Doxyfile
)