|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilFileObjectToStorageMigration:
Collaboration diagram for ilFileObjectToStorageMigration:Public Member Functions | |
| getLabel () | |
| @inheritDoc More... | |
| getDefaultAmountOfStepsPerRun () | |
| @inheritDoc More... | |
| getPreconditions (Environment $environment) | |
| @inheritDoc More... | |
| prepare (Environment $environment) | |
| @inheritDoc More... | |
| step (Environment $environment) | |
| @inheritDoc More... | |
| getRemainingAmountOfSteps () | |
| @inheritDoc More... | |
Data Fields | |
| const | MIGRATION_LOG_CSV = "migration_log.csv" |
Protected Member Functions | |
| showConfirmation (Environment $environment) | |
Protected Attributes | |
| bool | $prepared = false |
| ilFileObjectToStorageMigrationRunner | $runner |
| ilDBInterface | $database |
Private Attributes | |
| const | FILE_PATH_REGEX = '/.*\/file_([\d]*)$/' |
| ilFileObjectToStorageMigrationHelper | $helper = null |
| bool | $confirmed = false |
Definition at line 24 of file class.ilFileObjectToStorageMigration.php.
| ilFileObjectToStorageMigration::getDefaultAmountOfStepsPerRun | ( | ) |
@inheritDoc
Definition at line 46 of file class.ilFileObjectToStorageMigration.php.
| ilFileObjectToStorageMigration::getLabel | ( | ) |
@inheritDoc
Definition at line 38 of file class.ilFileObjectToStorageMigration.php.
| ilFileObjectToStorageMigration::getPreconditions | ( | Environment | $environment | ) |
@inheritDoc
Definition at line 54 of file class.ilFileObjectToStorageMigration.php.
References ilResourceStorageMigrationHelper\getPreconditions().
Here is the call graph for this function:| ilFileObjectToStorageMigration::getRemainingAmountOfSteps | ( | ) |
@inheritDoc
Definition at line 108 of file class.ilFileObjectToStorageMigration.php.
References $d.
| ilFileObjectToStorageMigration::prepare | ( | Environment | $environment | ) |
@inheritDoc
Definition at line 62 of file class.ilFileObjectToStorageMigration.php.
References $DIC, and Vendor\Package\$f.
|
protected |
| Environment | $environment |
Definition at line 120 of file class.ilFileObjectToStorageMigration.php.
References ILIAS\Setup\Environment\getResource().
Referenced by step().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFileObjectToStorageMigration::step | ( | Environment | $environment | ) |
@inheritDoc
Definition at line 92 of file class.ilFileObjectToStorageMigration.php.
References ILIAS\Setup\Environment\getResource(), and showConfirmation().
Here is the call graph for this function:
|
private |
Definition at line 31 of file class.ilFileObjectToStorageMigration.php.
|
protected |
Definition at line 33 of file class.ilFileObjectToStorageMigration.php.
|
private |
Definition at line 28 of file class.ilFileObjectToStorageMigration.php.
|
protected |
Definition at line 30 of file class.ilFileObjectToStorageMigration.php.
|
protected |
Definition at line 32 of file class.ilFileObjectToStorageMigration.php.
|
private |
Definition at line 26 of file class.ilFileObjectToStorageMigration.php.
| const ilFileObjectToStorageMigration::MIGRATION_LOG_CSV = "migration_log.csv" |
Definition at line 27 of file class.ilFileObjectToStorageMigration.php.