ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
The ILIAS-setup-console-application. More...
Public Member Functions | |
__construct (Command ... $commands) | |
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.
ILIAS\Setup\CLI\App::getName | ( | ) |
Implements ILIAS\Component\EntryPoint.