|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
The ILIAS-setup-console-application. More...
Inheritance diagram for ILIAS\Setup\CLI\App:
Collaboration diagram for ILIAS\Setup\CLI\App: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().
Here is the call graph for this function:| 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().