ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Installation command. More...
Public Member Functions | |
__construct (AgentFinder $agent_finder, ConfigReader $config_reader, array $preconditions) | |
Data Fields | |
const | IMPORT = "import" |
Protected Member Functions | |
configure () | |
execute (InputInterface $input, OutputInterface $output) | |
prepareILIASInstallation (InputInterface $input, OutputInterface $output) | |
preparePluginInstallation (InputInterface $input, OutputInterface $output) | |
createTempDir () | |
Protected Attributes | |
const | TMP_DIR = "tmp_dir" |
array | $preconditions = [] |
var Objective[] More... | |
Static Protected Attributes | |
static | $defaultName = "install" |
Installation command.
Definition at line 40 of file InstallCommand.php.
ILIAS\Setup\CLI\InstallCommand::__construct | ( | AgentFinder | $agent_finder, |
ConfigReader | $config_reader, | ||
array | $preconditions | ||
) |
Definition at line 59 of file InstallCommand.php.
References ILIAS\Setup\CLI\InstallCommand\$preconditions, and ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 67 of file InstallCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins(), and null.
|
protected |
Definition at line 206 of file InstallCommand.php.
Referenced by ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation().
|
protected |
Definition at line 77 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 103 of file InstallCommand.php.
References ILIAS\Setup\CLI\addAgentConfigsToEnvironment(), ILIAS\Setup\CLI\InstallCommand\createTempDir(), MysqlIfsnopDumper\FILE_NAME, 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 172 of file InstallCommand.php.
References 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 49 of file InstallCommand.php.
|
protected |
var Objective[]
Definition at line 54 of file InstallCommand.php.
Referenced by ILIAS\Setup\CLI\InstallCommand\__construct().
const ILIAS\Setup\CLI\InstallCommand::IMPORT = "import" |
Definition at line 46 of file InstallCommand.php.
|
protected |
Definition at line 47 of file InstallCommand.php.