ILIAS  release_8 Revision v8.24
class.ilECSAgent.php
Go to the documentation of this file.
1<?php
2
18use ILIAS\Setup;
19
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}
getStatusObjective(\ILIAS\Setup\Metrics\Storage $storage)
getUpdateObjective(\ILIAS\Setup\Config $config=null)
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:27
An objective is a desired state of the system that is supposed to be created by the setup.
Definition: Objective.php:31
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition: metadata.php:85
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider \MainMenu\Provider.