| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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... | |
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.
| ILIAS\Component\EntryPoint::enter | ( | ) | 
Pass program execution to this entry point.
Implemented in ILIAS\Setup\ImplementationOfAgentFinder, ILIAS\Setup\CLI\App, ILIAS\Component\Tests\Dependencies\Scenario5\ComponentAEntryPoint, and ILIAS\Component\EntryPoint\HelloWorld.
| ILIAS\Component\EntryPoint::getName | ( | ) |