ILIAS
release_8 Revision v8.19
|
Installation command. More...
Public Member Functions | |
__construct (AgentFinder $agent_finder, ConfigReader $config_reader, array $preconditions) | |
Protected Member Functions | |
configure () | |
execute (InputInterface $input, OutputInterface $output) | |
prepareILIASInstallation (InputInterface $input, OutputInterface $output) | |
preparePluginInstallation (InputInterface $input, OutputInterface $output) | |
Protected Attributes | |
array | $preconditions = [] |
var Objective[] More... | |
Static Protected Attributes | |
static | $defaultName = "install" |
Installation command.
Definition at line 39 of file InstallCommand.php.
ILIAS\Setup\CLI\InstallCommand::__construct | ( | AgentFinder | $agent_finder, |
ConfigReader | $config_reader, | ||
array | $preconditions | ||
) |
Definition at line 55 of file InstallCommand.php.
References ILIAS\Setup\CLI\InstallCommand\$preconditions, and ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 63 of file InstallCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins().
|
protected |
Definition at line 72 of file InstallCommand.php.
References Vendor\Package\$e, ILIAS\Setup\NoConfirmationException\getRequestedConfirmation(), ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation(), and ILIAS\Setup\CLI\InstallCommand\preparePluginInstallation().
|
protected |
Definition at line 96 of file InstallCommand.php.
References $config, ILIAS\Setup\CLI\addAgentConfigsToEnvironment(), ILIAS\Setup\CLI\getRelevantAgent(), ILIAS\Setup\CLI\readAgentConfig(), ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION, and ILIAS\Setup\Environment\RESOURCE_CLIENT_ID.
Referenced by ILIAS\Setup\CLI\InstallCommand\execute().
|
protected |
Definition at line 136 of file InstallCommand.php.
References $config, ILIAS\Setup\CLI\addAgentConfigsToEnvironment(), ILIAS\Setup\CLI\getRelevantAgent(), ILIAS\Setup\CLI\readAgentConfig(), and ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION.
Referenced by ILIAS\Setup\CLI\InstallCommand\execute().
|
staticprotected |
Definition at line 45 of file InstallCommand.php.
|
protected |
var Objective[]
Definition at line 50 of file InstallCommand.php.
Referenced by ILIAS\Setup\CLI\InstallCommand\__construct().