ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
class.ilAdministrationSetupAgent.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
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 objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Storage is simple key/value store without further schema definition.
Definition: Storage.php:29
A configuration for the setup.
Definition: Config.php:26