|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
A simple entrypoint that just says hello, for testing and documentation purpose. More...
Inheritance diagram for ILIAS\Component\EntryPoint\HelloWorld:
Collaboration diagram for ILIAS\Component\EntryPoint\HelloWorld:Public Member Functions | |
| enter () | |
| Pass program execution to this entry point. More... | |
Public Member Functions inherited from ILIAS\Component\EntryPoint\Base | |
| __construct (protected string $name) | |
| getName () | |
| getName () | |
| enter () | |
| Pass program execution to this entry point. More... | |
A simple entrypoint that just says hello, for testing and documentation purpose.
Definition at line 30 of file HelloWorld.php.
| ILIAS\Component\EntryPoint\HelloWorld::enter | ( | ) |
Pass program execution to this entry point.
Implements ILIAS\Component\EntryPoint.
Definition at line 32 of file HelloWorld.php.
References ILIAS\Component\EntryPoint\Base\getName().
Here is the call graph for this function: