ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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\enter
enter()
Pass program execution to this entry point.
ILIAS\Component
Definition:
Component.php:21
ILIAS\Component\EntryPoint
An entrypoint is where the programm execution starts.
Definition:
EntryPoint.php:27
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Component\EntryPoint\getName
getName()
components
ILIAS
Component
src
EntryPoint.php
Generated on Wed Sep 10 2025 15:15:14 for ILIAS by
1.8.13 (using
Doxyfile
)