ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
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 Mon Sep 1 2025 23:02:40 for ILIAS by
1.8.13 (using
Doxyfile
)