ILIAS  release_7 Revision v7.30-3-g800a261c036
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 14 of file App.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 18 of file App.php.

19 {
20 parent::__construct(self::NAME);
21 foreach ($commands as $c) {
22 $this->add($c);
23 }
24 }
add()
Definition: add.php:2
$c
Definition: cli.php:37
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References $c, ILIAS\GlobalScreen\Provider\__construct(), and add().

+ Here is the call graph for this function:

Field Documentation

◆ NAME

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

Definition at line 16 of file App.php.


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