ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (AgentFinder $agent_finder, array $preconditions) | |
configure () | |
execute (InputInterface $input, OutputInterface $output) | |
Protected Member Functions | |
runMigration (InputInterface $input, IOWrapper $io) | |
listMigrations (InputInterface $input, IOWrapper $io) | |
prepareEnvironmentForMigration (Environment $environment, Migration $migration) | |
Protected Attributes | |
$preconditions | |
var Objective[] More... | |
Static Protected Attributes | |
static | $defaultName = "migrate" |
Migration command.
Definition at line 20 of file MigrateCommand.php.
ILIAS\Setup\CLI\MigrateCommand::__construct | ( | AgentFinder | $agent_finder, |
array | $preconditions | ||
) |
Definition at line 35 of file MigrateCommand.php.
References ILIAS\Setup\CLI\MigrateCommand\$preconditions, and ILIAS\GlobalScreen\Provider\__construct().
ILIAS\Setup\CLI\MigrateCommand::configure | ( | ) |
Definition at line 42 of file MigrateCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins(), and ILIAS\Setup\Migration\INFINITE.
ILIAS\Setup\CLI\MigrateCommand::execute | ( | InputInterface | $input, |
OutputInterface | $output | ||
) |
Definition at line 56 of file MigrateCommand.php.
References ILIAS\Setup\CLI\MigrateCommand\listMigrations(), and ILIAS\Setup\CLI\MigrateCommand\runMigration().
|
protected |
Definition at line 119 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 144 of file MigrateCommand.php.
References ILIAS\Setup\CLI\MigrateCommand\$preconditions.
Referenced by ILIAS\Setup\CLI\MigrateCommand\listMigrations().
|
protected |
Definition at line 70 of file MigrateCommand.php.
References Vendor\Package\$e, ILIAS\Setup\CLI\MigrateCommand\$preconditions, $steps, ILIAS\Setup\CLI\IOWrapper\error(), ILIAS\Setup\CLI\getRelevantAgent(), ILIAS\Setup\Migration\INFINITE, ILIAS\Setup\CLI\IOWrapper\inform(), ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION, and ILIAS\Setup\CLI\IOWrapper\text().
Referenced by ILIAS\Setup\CLI\MigrateCommand\execute().
|
staticprotected |
Definition at line 25 of file MigrateCommand.php.
|
protected |
var Objective[]
Definition at line 30 of file MigrateCommand.php.
Referenced by ILIAS\Setup\CLI\MigrateCommand\__construct(), ILIAS\Setup\CLI\MigrateCommand\prepareEnvironmentForMigration(), and ILIAS\Setup\CLI\MigrateCommand\runMigration().