ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Data Structures | |
class | AchieveCommand |
Achieves an objective. More... | |
class | App |
The ILIAS-setup-console-application. More... | |
class | BuildCommand |
Installation command. More... | |
class | ConfigReader |
Read a json-formatted config from a file and overwrite some fields. More... | |
class | ImportFileUnzippedFileObjective |
class | InstallCommand |
Installation command. More... | |
class | IOWrapper |
Wrapper around symfonies input and output facilities to provide just the functionality required for the ILIAS-setup. More... | |
class | MigrateCommand |
Migration command. More... | |
class | StatusCommand |
Command to output status information about the installation. More... | |
class | UpdateCommand |
Update command. More... | |
Functions | |
configureCommandForPlugins () | |
getRelevantAgent (InputInterface $input) | |
readAgentConfig (Agent $agent, InputInterface $input, ?string $use_config_field=null) | |
addAgentConfigsToEnvironment (Agent $agent, Config $config, Environment $environment) | |
isConfigInRoot (string $config_file) | |
Variables | |
trait | HasAgent |
Add this to an Command that has an agent. More... | |
trait | HasConfigReader |
Add this to an Command that has an config reader. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
|
protected |
Definition at line 70 of file HasConfigReader.php.
References ILIAS\Setup\Environment\withConfigFor().
Referenced by ILIAS\Setup\CLI\UpdateCommand\execute(), ILIAS\Setup\CLI\AchieveCommand\executeAchieveObjective(), ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation(), and ILIAS\Setup\CLI\InstallCommand\preparePluginInstallation().
|
protected |
Definition at line 33 of file HasAgent.php.
References null.
Referenced by ILIAS\Setup\CLI\StatusCommand\configure(), ILIAS\Setup\CLI\BuildCommand\configure(), ILIAS\Setup\CLI\MigrateCommand\configure(), ILIAS\Setup\CLI\UpdateCommand\configure(), and ILIAS\Setup\CLI\InstallCommand\configure().
|
protected |
Definition at line 40 of file HasAgent.php.
Referenced by ILIAS\Setup\CLI\StatusCommand\execute(), ILIAS\Setup\CLI\BuildCommand\execute(), ILIAS\Setup\CLI\UpdateCommand\execute(), ILIAS\Setup\CLI\AchieveCommand\executeAchieveObjective(), ILIAS\Setup\CLI\MigrateCommand\listMigrations(), ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation(), ILIAS\Setup\CLI\InstallCommand\preparePluginInstallation(), ILIAS\Setup\CLI\MigrateCommand\runMigration(), and ILIAS\Tests\Setup\CLI\HasAgentTest\setUp().
|
protected |
Definition at line 84 of file HasConfigReader.php.
Referenced by ILIAS\Setup\CLI\readAgentConfig().
|
protected |
Definition at line 36 of file HasConfigReader.php.
References ILIAS\Setup\CLI\isConfigInRoot(), and null.
Referenced by ILIAS\Setup\CLI\UpdateCommand\execute(), ILIAS\Setup\CLI\AchieveCommand\executeAchieveObjective(), ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation(), ILIAS\Setup\CLI\InstallCommand\preparePluginInstallation(), and ILIAS\Tests\Setup\CLI\HasConfigReaderTest\setUp().
trait ILIAS::Setup::CLI\HasAgent |
Add this to an Command that has an agent.
Definition at line 30 of file HasAgent.php.
Referenced by ILIAS\Tests\Setup\CLI\HasAgentTest\setUp().
trait ILIAS::Setup::CLI\HasConfigReader |
Add this to an Command that has an config reader.
Definition at line 30 of file HasConfigReader.php.
Referenced by ILIAS\Tests\Setup\CLI\HasConfigReaderTest\setUp().