19 declare(strict_types=1);
44 get_class($this) .
"::" . $this->message
53 return "Get a confirmation from admin.";
79 if (!$admin_interaction->confirmOrDeny($this->message)) {
achieve(Setup\Environment $environment)
An objective is a desired state of the system that is supposed to be created by the setup...
isNotable()
Get to know if this is an interesting objective for a human.
isApplicable(Setup\Environment $environment)
__construct(string $message)
getHash()
Get a hash for this objective.The hash of two objectives must be the same, if they are the same objec...
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
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...
An environment holds resources to be used in the setup process.
An admin needs to confirm something to achieve this objective.
getPreconditions(Setup\Environment $environment)
const RESOURCE_ADMIN_INTERACTION
Signals that a necessary confirmation from the admin is missing.