3 declare(strict_types=1);
59 spl_object_hash($this)
80 $res = call_user_func($this->callable, $environment);
An objective is a desired state of the system that is supposed to be created by the setup...
__construct(callable $callable, string $label, bool $is_notable, Setup\Objective ... $preconditions)
getPreconditions(Setup\Environment $environment)
getHash()
Get a hash for this objective.
getLabel()
Get a label that describes this objective.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
isNotable()
Get to know if this is an interesting objective for a human.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
achieve(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
isApplicable(Setup\Environment $environment)
A callable objective wraps a callable into an objective.