23 public function getHash() : string;
An objective is a desired state of the system that is supposed to be created by the setup...
getHash()
Get a hash for this objective.
getLabel()
Get a label that describes this objective.
getPreconditions(Environment $environment)
Objectives might depend on other objectives.
achieve(Environment $environment)
Objectives can be achieved.
An environment holds resources to be used in the setup process.
isNotable()
Get to know if this is an interesting objective for a human.