|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\Setup\Objective\MigrationObjective:
Collaboration diagram for ILIAS\Setup\Objective\MigrationObjective:Public Member Functions | |
| __construct (Setup\Migration $migration, ?int $steps=null) | |
| getHash () | |
| Uses hashed Path. More... | |
| getLabel () | |
| isNotable () | |
| Defaults to 'true'. More... | |
| getPreconditions (Setup\Environment $environment) | |
| isApplicable (Setup\Environment $environment) | |
Public Member Functions inherited from ILIAS\Setup\Objective | |
| getPreconditions (Environment $environment) | |
| Objectives might depend on other objectives. More... | |
| achieve (Environment $environment) | |
| Objectives can be achieved. More... | |
| isApplicable (Environment $environment) | |
| Get to know whether the objective is applicable. More... | |
Protected Attributes | |
| Setup Migration | $migration |
| int | $steps |
handles a Migration
Definition at line 28 of file MigrationObjective.php.
| ILIAS\Setup\Objective\MigrationObjective::__construct | ( | Setup\Migration | $migration, |
| ?int | $steps = null |
||
| ) |
Definition at line 33 of file MigrationObjective.php.
References ILIAS\Setup\Objective\MigrationObjective\$migration, and ILIAS\Setup\Migration\getDefaultAmountOfStepsPerRun().
Here is the call graph for this function:| ILIAS\Setup\Objective\MigrationObjective::getHash | ( | ) |
Uses hashed Path.
Implements ILIAS\Setup\Objective.
Definition at line 43 of file MigrationObjective.php.
| ILIAS\Setup\Objective\MigrationObjective::getLabel | ( | ) |
Implements ILIAS\Setup\Objective.
Definition at line 51 of file MigrationObjective.php.
| ILIAS\Setup\Objective\MigrationObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 68 of file MigrationObjective.php.
References ILIAS\LTI\ToolProvider\$key, ILIAS\Setup\Objective\MigrationObjective\$steps, ILIAS\Setup\Objective\achieve(), ILIAS\Setup\Environment\getResource(), ILIAS\Setup\Migration\INFINITE, and ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION.
Here is the call graph for this function:| ILIAS\Setup\Objective\MigrationObjective::isApplicable | ( | Setup\Environment | $environment | ) |
Definition at line 126 of file MigrationObjective.php.
| ILIAS\Setup\Objective\MigrationObjective::isNotable | ( | ) |
Defaults to 'true'.
Implements ILIAS\Setup\Objective.
Definition at line 60 of file MigrationObjective.php.
|
protected |
Definition at line 30 of file MigrationObjective.php.
Referenced by ILIAS\Setup\Objective\MigrationObjective\__construct().
|
protected |
Definition at line 31 of file MigrationObjective.php.
Referenced by ILIAS\Setup\Objective\MigrationObjective\getPreconditions().