ILIAS
release_8 Revision v8.19
|
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\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 59 of file MigrateCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins(), and ILIAS\Setup\Migration\INFINITE.
|
protected |
Definition at line 73 of file MigrateCommand.php.
References ILIAS\Setup\CLI\MigrateCommand\listMigrations(), and ILIAS\Setup\CLI\MigrateCommand\runMigration().
|
protected |
Definition at line 138 of file MigrateCommand.php.
References $steps, 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().
|
protected |
Definition at line 163 of file MigrateCommand.php.
References ILIAS\Setup\Migration\getPreconditions().
Referenced by ILIAS\Setup\CLI\MigrateCommand\listMigrations().
|
protected |
Definition at line 89 of file MigrateCommand.php.
References Vendor\Package\$e, $steps, 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().
|
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().