ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 {
31  public function getBuildObjective(): Objective
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
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...