ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
HelloWorld.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Component\EntryPoint
;
22
23
use
ILIAS\Component\EntryPoint
;
24
use
ILIAS\Component\Component
;
25
30
class
HelloWorld
extends
Base
31
{
32
public
function
enter
():
int
33
{
34
echo
"entry point \""
. $this->
getName
() .
"\" says: \"Hello World!\"\n"
;
35
return
0;
36
}
37
}
ILIAS\Component\EntryPoint
Definition:
Base.php:21
ILIAS\Component\EntryPoint\HelloWorld
A simple entrypoint that just says hello, for testing and documentation purpose.
Definition:
HelloWorld.php:30
ILIAS\Component\EntryPoint\HelloWorld\enter
enter()
Pass program execution to this entry point.
Definition:
HelloWorld.php:32
ILIAS\Component\EntryPoint\Base\getName
getName()
Definition:
Base.php:33
ILIAS\Component\EntryPoint\Base
Definition:
Base.php:26
Component
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Component
src
EntryPoint
HelloWorld.php
Generated on Mon Sep 1 2025 23:02:40 for ILIAS by
1.8.13 (using
Doxyfile
)