ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilAdministrationSetupAgent.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
29 
35 {
36  public function getUpdateObjective(Config $config = null) : Objective
37  {
39  }
40 
41  public function getStatusObjective(Metrics\Storage $storage) : Objective
42  {
44  }
45 }
An agent that just doesn&#39;t do a thing.
Definition: NullAgent.php:34
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
getUpdateObjective(Config $config=null)
Get the goal the agent wants to achieve on update.
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...
A configuration for the setup.
Definition: Config.php:26