26 return hash(
"sha256", self::class);
31 return "The step reader for database update steps exists.";
50 ilDBStepReader::class,
60 $execution_db = $environment->
getResource(ilDBStepReader::class);
61 return is_null($execution_db);
getHash()
Get a hash for this objective.
An objective is a desired state of the system that is supposed to be created by the setup...
withResource(string $id, $resource)
getLabel()
Get a label that describes this objective.
isNotable()
Get to know if this is an interesting objective for a human.
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
isApplicable(Environment $environment)
achieve(Environment $environment)
Objectives can be achieved.
An environment holds resources to be used in the setup process.
getPreconditions(Environment $environment)
Objectives might depend on other objectives.