19 declare(strict_types=1);
61 return hash(
"sha256", static::class);
66 return "Collect metrics: " . get_class($this);
achieve(Setup\Environment $environment)
An objective is a desired state of the system that is supposed to be created by the setup...
isApplicable(Setup\Environment $environment)
Interface Observer Contains several chained tasks and infos about them.
getLabel()
Get a label that describes this objective.
getTentativePreconditions(Setup\Environment $environment)
Give preconditions that might or might not be fullfilled.
Base class to simplify collection of metrics.
getPreconditions(Setup\Environment $environment)
__construct(Storage $storage)
collectFrom(Setup\Environment $environment, Storage $storage)
Attempt to gather metrics based on the provided environment.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A wrapper around an objective that attempts to achieve the wrapped objective but won't stop the proce...
getHash()
Get a hash for this objective.
An environment holds resources to be used in the setup process.
isNotable()
Get to know if this is an interesting objective for a human.