ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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
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