| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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) | |
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\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 67 of file InstallCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 206 of file InstallCommand.php.
References $path.
Referenced by ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation().
 Here is the caller graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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.