| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\Setup\CLI\MigrateCommand:
 Collaboration diagram for ILIAS\Setup\CLI\MigrateCommand:Public Member Functions | |
| __construct (AgentFinder $agent_finder, array $preconditions) | |
Protected Member Functions | |
| configure () | |
| execute (InputInterface $input, OutputInterface $output) | |
| runMigration (InputInterface $input, IOWrapper $io) | |
| listMigrations (InputInterface $input, IOWrapper $io) | |
| prepareEnvironmentForMigration (Environment $environment, Migration $migration) | |
Protected Attributes | |
| array | $preconditions | 
| var Objective[]  More... | |
Static Protected Attributes | |
| static | $defaultName = "migrate" | 
Migration command.
Definition at line 37 of file MigrateCommand.php.
| ILIAS\Setup\CLI\MigrateCommand::__construct | ( | AgentFinder | $agent_finder, | 
| array | $preconditions | ||
| ) | 
Definition at line 52 of file MigrateCommand.php.
References ILIAS\Setup\CLI\MigrateCommand\$preconditions, and ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 59 of file MigrateCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins(), and ILIAS\Setup\Migration\INFINITE.
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 73 of file MigrateCommand.php.
References ILIAS\Setup\CLI\MigrateCommand\listMigrations(), and ILIAS\Setup\CLI\MigrateCommand\runMigration().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 137 of file MigrateCommand.php.
References ILIAS\Setup\CLI\getRelevantAgent(), ILIAS\Setup\CLI\IOWrapper\inform(), ILIAS\Setup\CLI\MigrateCommand\prepareEnvironmentForMigration(), ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION, and ILIAS\Setup\CLI\IOWrapper\text().
Referenced by ILIAS\Setup\CLI\MigrateCommand\execute().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 162 of file MigrateCommand.php.
References ILIAS\Setup\Migration\getPreconditions().
Referenced by ILIAS\Setup\CLI\MigrateCommand\listMigrations().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 89 of file MigrateCommand.php.
References Vendor\Package\$e, ILIAS\Setup\CLI\IOWrapper\error(), ILIAS\Setup\CLI\getRelevantAgent(), ILIAS\Setup\NoConfirmationException\getRequestedConfirmation(), ILIAS\Setup\Migration\INFINITE, ILIAS\Setup\CLI\IOWrapper\inform(), ILIAS\Repository\int(), ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION, and ILIAS\Setup\CLI\IOWrapper\text().
Referenced by ILIAS\Setup\CLI\MigrateCommand\execute().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  staticprotected | 
Definition at line 42 of file MigrateCommand.php.
      
  | 
  protected | 
var Objective[]
Definition at line 47 of file MigrateCommand.php.
Referenced by ILIAS\Setup\CLI\MigrateCommand\__construct().