3 declare(strict_types=1);
23use Symfony\Component\Console\Application;
24use Symfony\Component\Console\Command\Command;
31class App extends Application
33 public const NAME =
"The ILIAS Setup";
38 foreach ($commands as
$c) {
The ILIAS-setup-console-application.
__construct(Command ... $commands)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...