3 declare(strict_types=1);
30 public const LABEL =
"Nothing to do.";
34 return "null-objective";
An objective is a desired state of the system that is supposed to be created by the setup...
getLabel()
Get a label that describes this objective.
getPreconditions(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
A non-objective, nothing to do to achieve it...
getHash()
Get a hash for this objective.
isNotable()
Get to know if this is an interesting objective for a human.
achieve(Setup\Environment $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.