ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 }
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
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...
A configuration for the setup.
Definition: Config.php:26