|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
This encapsulate one database update step which is a method on some ilDatabaseUpdateSteps-object. More...
Inheritance diagram for ilDatabaseUpdateStep:
Collaboration diagram for ilDatabaseUpdateStep:Public Member Functions | |
| __construct (ilDatabaseUpdateSteps $parent, int $num, Objective ... $preconditions) | |
| getHash () | |
| @inheritdocs More... | |
Public Member Functions inherited from ILIAS\Setup\CallableObjective | |
| __construct (callable $callable, string $label, bool $is_notable, Objective ... $preconditions) | |
| getHash () | |
| @inheritdocs More... | |
| getLabel () | |
| @inheritdocs More... | |
| isNotable () | |
| @inheritdocs More... | |
| getPreconditions (Environment $environment) | |
| @inheritdocs More... | |
| achieve (Environment $environment) | |
| @inheritdocs More... | |
| getHash () | |
| Get a hash for this objective. More... | |
| getLabel () | |
| Get a label that describes this objective. More... | |
| isNotable () | |
| Get to know if this is an interesting objective for a human. More... | |
| getPreconditions (Environment $environment) | |
| Objectives might depend on other objectives. More... | |
| achieve (Environment $environment) | |
| Objectives can be achieved. More... | |
Protected Attributes | |
| $class_name | |
| $method_name | |
Protected Attributes inherited from ILIAS\Setup\CallableObjective | |
| $callable | |
| $label | |
| $is_notable | |
| $preconditions | |
This encapsulate one database update step which is a method on some ilDatabaseUpdateSteps-object.
This is a close collaborator of ilDatabaseUpdateSteps and should most probably not be used standalone.
Definition at line 16 of file class.ilDatabaseUpdateStep.php.
| ilDatabaseUpdateStep::__construct | ( | ilDatabaseUpdateSteps | $parent, |
| int | $num, | ||
| Objective ... | $preconditions | ||
| ) |
Definition at line 28 of file class.ilDatabaseUpdateStep.php.
References $log, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Setup\Environment\getResource(), and ilDatabaseUpdateSteps\STEP_METHOD_PREFIX.
Here is the call graph for this function:| ilDatabaseUpdateStep::getHash | ( | ) |
@inheritdocs
Reimplemented from ILIAS\Setup\CallableObjective.
Definition at line 57 of file class.ilDatabaseUpdateStep.php.
|
protected |
Definition at line 21 of file class.ilDatabaseUpdateStep.php.
|
protected |
Definition at line 26 of file class.ilDatabaseUpdateStep.php.