|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Installation command. More...
Inheritance diagram for ILIAS\Setup\CLI\InstallCommand:
Collaboration diagram for ILIAS\Setup\CLI\InstallCommand:Public Member Functions | |
| configure () | |
| execute (InputInterface $input, OutputInterface $output) | |
Public Member Functions inherited from ILIAS\Setup\CLI\BaseCommand | |
| __construct (callable $lazy_agent, ConfigReader $config_reader, array $preconditions) | |
| configure () | |
| execute (InputInterface $input, OutputInterface $output) | |
Protected Member Functions | |
| printIntroMessage (IOWrapper $io) | |
| printOutroMessage (IOWrapper $io) | |
| buildEnvironment (Agent $agent, ?Config $config, IOWrapper $io) | |
| getObjective (Agent $agent, ?Config $config) | |
Protected Member Functions inherited from ILIAS\Setup\CLI\BaseCommand | |
| getAgent () | |
| shouldSayYes (InputInterface $input) | |
| printLicenseMessage (IOWrapper $io, InputInterface $input) | |
| printIntroMessage (IOWrapper $io) | |
| printOutroMessage (IOWrapper $io) | |
| readAgentConfig (Agent $agent, InputInterface $input) | |
| buildEnvironment (Agent $agent, ?Config $config, IOWrapper $io) | |
| getObjective (Agent $agent, ?Config $config) | |
Static Protected Attributes | |
| static | $defaultName = "install" |
Static Protected Attributes inherited from ILIAS\Setup\CLI\BaseCommand | |
| static | $defaultName = "install" |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\Setup\CLI\BaseCommand | |
| $lazy_agent | |
| $agent | |
| $config_reader | |
| $preconditions | |
| var Objective[] More... | |
Installation command.
Definition at line 20 of file InstallCommand.php.
|
protected |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 48 of file InstallCommand.php.
References ILIAS\Setup\CLI\BaseCommand\$agent, $config, ILIAS\Setup\Environment\RESOURCE_ACHIEVEMENT_TRACKER, ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION, and ILIAS\Setup\ArrayEnvironment\withConfigFor().
Here is the call graph for this function:| ILIAS\Setup\CLI\InstallCommand::configure | ( | ) |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 24 of file InstallCommand.php.
| ILIAS\Setup\CLI\InstallCommand::execute | ( | InputInterface | $input, |
| OutputInterface | $output | ||
| ) |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 40 of file InstallCommand.php.
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 73 of file InstallCommand.php.
References ILIAS\Setup\CLI\BaseCommand\$agent, and $config.
|
protected |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 30 of file InstallCommand.php.
References ILIAS\Setup\CLI\IOWrapper\title().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 35 of file InstallCommand.php.
References ILIAS\Setup\CLI\IOWrapper\success().
Here is the call graph for this function:
|
staticprotected |
Definition at line 22 of file InstallCommand.php.