ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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, Objective ... $preconditions) | |
getHash () | |
getLabel () | |
isNotable () | |
getPreconditions (Environment $environment) | |
achieve (Environment $environment) | |
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.