ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Installation command. More...
Public Member Functions | |
__construct (AgentFinder $agent_finder, ConfigReader $config_reader, array $preconditions) | |
configure () | |
execute (InputInterface $input, OutputInterface $output) | |
Protected Member Functions | |
prepareILIASInstallation (InputInterface $input, OutputInterface $output) | |
preparePluginInstallation (InputInterface $input, OutputInterface $output) | |
Protected Attributes | |
$preconditions | |
var Objective[] More... | |
Static Protected Attributes | |
static | $defaultName = "install" |
Installation command.
Definition at line 22 of file InstallCommand.php.
ILIAS\Setup\CLI\InstallCommand::__construct | ( | AgentFinder | $agent_finder, |
ConfigReader | $config_reader, | ||
array | $preconditions | ||
) |
Definition at line 38 of file InstallCommand.php.
References ILIAS\Setup\CLI\InstallCommand\$preconditions, and ILIAS\GlobalScreen\Provider\__construct().
ILIAS\Setup\CLI\InstallCommand::configure | ( | ) |
Definition at line 46 of file InstallCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins().
ILIAS\Setup\CLI\InstallCommand::execute | ( | InputInterface | $input, |
OutputInterface | $output | ||
) |
Definition at line 55 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 78 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 118 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 28 of file InstallCommand.php.
|
protected |
var Objective[]
Definition at line 33 of file InstallCommand.php.
Referenced by ILIAS\Setup\CLI\InstallCommand\__construct().