ILIAS
trunk Revision v11.0_alpha-1753-gb21ca8c4367
|
AutoloadingIssuesInspection More...
Public Member Functions | |
getLabel () | |
getDefaultAmountOfStepsPerRun () | |
getPreconditions (\ILIAS\Setup\Environment $environment) | |
prepare (\ILIAS\Setup\Environment $environment) | |
step (\ILIAS\Setup\Environment $environment) | |
getRemainingAmountOfSteps () | |
![]() | |
getPreconditions (Environment $environment) | |
Objectives the migration depend on. More... | |
prepare (Environment $environment) | |
Prepare the migration by means of some environment. More... | |
step (Environment $environment) | |
Run one step of the migration. More... | |
Data Fields | |
const | DEFAULT_AMOUNT_OF_STEPS = 10000 |
![]() | |
const | INFINITE = -1 |
Protected Attributes | |
ilResourceStorageMigrationHelper | $helper |
AutoloadingIssuesInspection
Definition at line 26 of file class.ilDataCollectionStorageMigration.php.
ilDataCollectionStorageMigration::getDefaultAmountOfStepsPerRun | ( | ) |
Implements ILIAS\Setup\Migration.
Definition at line 43 of file class.ilDataCollectionStorageMigration.php.
ilDataCollectionStorageMigration::getLabel | ( | ) |
Implements ILIAS\Setup\Migration.
Definition at line 35 of file class.ilDataCollectionStorageMigration.php.
ilDataCollectionStorageMigration::getPreconditions | ( | \ILIAS\Setup\Environment | $environment | ) |
Definition at line 51 of file class.ilDataCollectionStorageMigration.php.
References ilResourceStorageMigrationHelper\getPreconditions().
ilDataCollectionStorageMigration::getRemainingAmountOfSteps | ( | ) |
Implements ILIAS\Setup\Migration.
Definition at line 162 of file class.ilDataCollectionStorageMigration.php.
ilDataCollectionStorageMigration::prepare | ( | \ILIAS\Setup\Environment | $environment | ) |
Definition at line 59 of file class.ilDataCollectionStorageMigration.php.
ilDataCollectionStorageMigration::step | ( | \ILIAS\Setup\Environment | $environment | ) |
Definition at line 70 of file class.ilDataCollectionStorageMigration.php.
References ilDclDatatype\INPUTFORMAT_FILE, ILIAS\Repository\int(), and null.
|
protected |
Definition at line 30 of file class.ilDataCollectionStorageMigration.php.
const ilDataCollectionStorageMigration::DEFAULT_AMOUNT_OF_STEPS = 10000 |
Definition at line 28 of file class.ilDataCollectionStorageMigration.php.