|
ILIAS
release_8 Revision v8.24
|
Installation command. More...
Inheritance diagram for ILIAS\Setup\CLI\InstallCommand:
Collaboration diagram for ILIAS\Setup\CLI\InstallCommand: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().
Here is the call graph for this function:
|
protected |
Definition at line 63 of file InstallCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins().
Here is the call graph for this function:
|
protected |
Definition at line 72 of file InstallCommand.php.
References Vendor\Package\$e, ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation(), and ILIAS\Setup\CLI\InstallCommand\preparePluginInstallation().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().