|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 | BuildArtifactsCommand |
| Installation command. More... | |
| class | ConfigReader |
| Read a json-formatted config from a file and overwrite some fields. More... | |
| 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) | |
| addAgentConfigsToEnvironment (Agent $agent, Config $config, Environment $environment) | |
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 49 of file HasConfigReader.php.
References $config, and ILIAS\Setup\Environment\withConfigFor().
Referenced by ILIAS\Setup\CLI\AchieveCommand\execute(), ILIAS\Setup\CLI\UpdateCommand\execute(), ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation(), and ILIAS\Setup\CLI\InstallCommand\preparePluginInstallation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 21 of file HasAgent.php.
Referenced by ILIAS\Setup\CLI\BuildArtifactsCommand\configure(), ILIAS\Setup\CLI\InstallCommand\configure(), ILIAS\Setup\CLI\MigrateCommand\configure(), ILIAS\Setup\CLI\StatusCommand\configure(), and ILIAS\Setup\CLI\UpdateCommand\configure().
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file HasAgent.php.
Referenced by ILIAS\Setup\CLI\AchieveCommand\execute(), ILIAS\Setup\CLI\BuildArtifactsCommand\execute(), ILIAS\Setup\CLI\StatusCommand\execute(), ILIAS\Setup\CLI\UpdateCommand\execute(), 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().
Here is the caller graph for this function:
|
protected |
Definition at line 22 of file HasConfigReader.php.
References ILIAS\Setup\Agent\getArrayToConfigTransformation(), and ILIAS\Setup\Agent\hasConfig().
Referenced by ILIAS\Setup\CLI\AchieveCommand\execute(), ILIAS\Setup\CLI\UpdateCommand\execute(), ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation(), ILIAS\Setup\CLI\InstallCommand\preparePluginInstallation(), and ILIAS\Tests\Setup\CLI\HasConfigReaderTest\setUp().
Here is the call graph for this function:
Here is the caller graph for this function:| trait ILIAS::Setup::CLI\HasAgent |
Add this to an Command that has an agent.
Definition at line 14 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 15 of file HasConfigReader.php.
Referenced by ILIAS\Tests\Setup\CLI\HasConfigReaderTest\setUp().