ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 Vendor\Package\$c, ILIAS\MetaData\Repository\Validation\Data\__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  }
__construct(VocabulariesInterface $vocabularies)
+ 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: