ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 Setup\ObjectiveCollection(
25  "ECS",
26  true,
28  new ilECSDBUpdateSteps()
29  ),
31  new ilECSUpdateSteps8()
32  ),
34  new ilECSUpdateSteps9()
35  )
36  );
37  }
38 
39  public function getStatusObjective(\ILIAS\Setup\Metrics\Storage $storage): \ILIAS\Setup\Objective
40  {
41  return new Setup\ObjectiveCollection(
42  'Component WebServices',
43  true,
47  );
48  }
49 }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
Class ChatMainBarProvider .
getStatusObjective(\ILIAS\Setup\Metrics\Storage $storage)
Class ilECSUpdateSteps9 contains update steps for release 9.
Class ilECSUpdateSteps8 contains update steps for release 8.
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...