ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
The ILIAS-setup-console-application. More...
Public Member Functions | |
__construct (Command ... $commands) | |
getName () | |
enter () | |
Pass program execution to this entry point. More... | |
getName () | |
enter () | |
Pass program execution to this entry point. More... | |
Data Fields | |
const | NAME = "The ILIAS Setup" |
The ILIAS-setup-console-application.
TODO: Add some metainformation to the app, such as name.
ILIAS\Setup\CLI\App::__construct | ( | Command ... | $commands | ) |
Definition at line 37 of file App.php.
References $c, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\UI\examples\Symbol\Glyph\Add\add().
ILIAS\Setup\CLI\App::enter | ( | ) |
Pass program execution to this entry point.
Implements ILIAS\Component\EntryPoint.
Definition at line 51 of file App.php.
ILIAS\Setup\CLI\App::getName | ( | ) |
Implements ILIAS\Component\EntryPoint.
Definition at line 46 of file App.php.
References ILIAS\Setup\CLI\App\NAME.
Definition at line 35 of file App.php.
Referenced by ILIAS\Setup\CLI\App\getName().