33 $this->class_name = get_class($parent);
37 $db = $env->
getResource(Environment::RESOURCE_DATABASE);
40 $log->started($this->class_name, $num);
42 call_user_func([$parent, $this->method_name], $db);
44 $log->finished($this->class_name, $num);
47 "Database update step {$this->class_name}::{$this->method_name}",
61 $this->class_name .
"::" . $this->method_name
An objective is a desired state of the system that is supposed to be created by the setup...
__construct(ilDatabaseUpdateSteps $parent, int $num, Objective ... $preconditions)
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
An environment holds resources to be used in the setup process.
__construct(Container $dic, ilPlugin $plugin)
This encapsulate one database update step which is a method on some ilDatabaseUpdateSteps-object.
This base-class simplifies the creation of (consecutive) database updates.
A callable objective wraps a callable into an objective.