ILIAS
release_7 Revision v7.30-3-g800a261c036
|
This encapsulate one database update step which is a method on some ilDatabaseUpdateSteps-object. More...
Public Member Functions | |
__construct (ilDatabaseUpdateSteps $parent, int $num, Objective ... $preconditions) | |
getHash () | |
![]() | |
__construct (callable $callable, string $label, bool $is_notable, Setup\Objective ... $preconditions) | |
getHash () | |
getLabel () | |
isNotable () | |
getPreconditions (Setup\Environment $environment) | |
achieve (Setup\Environment $environment) | |
isApplicable (Setup\Environment $environment) | |
![]() | |
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 | |
$class_name | |
$method_name | |
![]() | |
$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.
ilDatabaseUpdateStep::getHash | ( | ) |
Implements ILIAS\Setup\Objective.
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.