ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilECSAgent.php
Go to the documentation of this file.
1 <?php
2 
18 use ILIAS\Setup;
19 
20 class ilECSAgent extends Setup\Agent\NullAgent
21 {
22  public function getUpdateObjective(\ILIAS\Setup\Config $config = null): \ILIAS\Setup\Objective
23  {
24  return new \ilDatabaseUpdateStepsExecutedObjective(new ilECSDBUpdateSteps());
25  }
26 
27  public function getStatusObjective(\ILIAS\Setup\Metrics\Storage $storage): \ILIAS\Setup\Objective
28  {
29  return new \ilDatabaseUpdateStepsMetricsCollectedObjective($storage, new ilECSDBUpdateSteps());
30  }
31 }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
Class ChatMainBarProvider .
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition: metadata.php:85
getStatusObjective(\ILIAS\Setup\Metrics\Storage $storage)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getUpdateObjective(\ILIAS\Setup\Config $config=null)
A configuration for the setup.
Definition: Config.php:26
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...