ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Setup\CLI\App Class Reference

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)
 

Data Fields

const NAME = "The ILIAS Setup"
 

Detailed Description

The ILIAS-setup-console-application.

TODO: Add some metainformation to the app, such as name.

Definition at line 31 of file App.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Setup\CLI\App::__construct ( Command ...  $commands)

Definition at line 35 of file App.php.

References $c, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\UI\examples\Symbol\Glyph\Add\add().

36  {
37  parent::__construct(self::NAME);
38  foreach ($commands as $c) {
39  $this->add($c);
40  }
41  }
$c
Definition: cli.php:38
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Field Documentation

◆ NAME

const ILIAS\Setup\CLI\App::NAME = "The ILIAS Setup"

Definition at line 33 of file App.php.


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