ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Component\EntryPoint\Base Class Reference
+ Inheritance diagram for ILIAS\Component\EntryPoint\Base:
+ Collaboration diagram for ILIAS\Component\EntryPoint\Base:

Public Member Functions

 __construct (protected string $name)
 
 getName ()
 
- Public Member Functions inherited from ILIAS\Component\EntryPoint
 enter ()
 Pass program execution to this entry point. More...
 

Detailed Description

Definition at line 26 of file Base.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Component\EntryPoint\Base::__construct ( protected string  $name)

Definition at line 28 of file Base.php.

30  {
31  }

Member Function Documentation

◆ getName()

ILIAS\Component\EntryPoint\Base::getName ( )

Implements ILIAS\Component\EntryPoint.

Definition at line 33 of file Base.php.

Referenced by ILIAS\Component\EntryPoint\HelloWorld\enter().

33  : string
34  {
35  return $this->name;
36  }
+ Here is the caller graph for this function:

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