ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
EntryPoint.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Component
;
22
27
interface
EntryPoint
28
{
29
public
function
getName
(): string;
30
36
public
function
enter
():
int
;
37
}
ILIAS\Component\EntryPoint
An entrypoint is where the programm execution starts.
Definition:
EntryPoint.php:28
ILIAS\Component\EntryPoint\getName
getName()
ILIAS\Component\EntryPoint\enter
enter()
Pass program execution to this entry point.
ILIAS\Component
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Component
src
EntryPoint.php
Generated on Sat Dec 13 2025 23:02:04 for ILIAS by
1.9.4 (using
Doxyfile
)