ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Component\EntryPoint Interface Reference

An entrypoint is where the programm execution starts. More...

+ Inheritance diagram for ILIAS\Component\EntryPoint:
+ Collaboration diagram for ILIAS\Component\EntryPoint:

Public Member Functions

 getName ()
 
 enter ()
 Pass program execution to this entry point. More...
 

Detailed Description

An entrypoint is where the programm execution starts.

These thingies are available from the bootstrap generated for the system.

Definition at line 27 of file EntryPoint.php.

Member Function Documentation

◆ enter()

ILIAS\Component\EntryPoint::enter ( )

Pass program execution to this entry point.

Returns
int 0 if everthing went fine, or an error-code.

Implemented in ILIAS\Init\AllModernComponents, ILIAS\Setup\CLI\App, ILIAS\Component\Tests\Dependencies\Scenario5\ComponentAEntryPoint, and ILIAS\Component\EntryPoint\HelloWorld.

◆ getName()


The documentation for this interface was generated from the following file: