ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
App.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\Setup\CLI
;
22
23
use
Symfony\Component\Console\Application
;
24
use
Symfony\Component\Console\Command\Command
;
25
31
class
App
extends
Application
32
{
33
public
const
NAME
=
"The ILIAS Setup"
;
34
35
public
function
__construct
(Command ...$commands)
36
{
37
parent::__construct
(self::NAME);
38
foreach
($commands as
$c
) {
39
$this->
add
($c);
40
}
41
}
42
}
ILIAS\Setup\CLI\App
The ILIAS-setup-console-application.
Definition:
App.php:31
ILIAS\UI\examples\Symbol\Glyph\Add\add
add()
Definition:
add.php:7
$c
$c
Definition:
cli.php:38
ILIAS\Setup\CLI\App\__construct
__construct(Command ... $commands)
Definition:
App.php:35
Application
ILIAS\Setup\CLI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AchieveCommand.php:21
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ILIAS\Setup\CLI\App\NAME
const NAME
Definition:
App.php:33
Command
src
Setup
CLI
App.php
Generated on Sun Aug 31 2025 22:02:46 for ILIAS by
1.8.13 (using
Doxyfile
)