ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
SetupAgent.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\StaticURL;
22 
25 
29 class SetupAgent extends Agent\NullAgent implements Agent
30 {
32  {
33  return new ArtifactObjective();
34  }
35 
36 }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
A agent is some component that performs part of the setup process.
Definition: Agent.php:29
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...
getBuildArtifactObjective()
Get the goal the agent wants to achieve to build artifacts.
Definition: SetupAgent.php:31
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...