ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilECSAgent.php
Go to the documentation of this file.
1<?php
2
19use ILIAS\Setup;
20
22{
23 public function getUpdateObjective(?\ILIAS\Setup\Config $config = null): \ILIAS\Setup\Objective
24 {
26 "ECS",
27 true,
30 ),
33 ),
36 )
37 );
38 }
39
40 public function getStatusObjective(\ILIAS\Setup\Metrics\Storage $storage): \ILIAS\Setup\Objective
41 {
43 'Component WebServices',
44 true,
48 );
49 }
50}
A objective collection is a objective that is achieved once all subobjectives are achieved.
This class attempt to achieve a set of database update steps.
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...
Class ilECSUpdateSteps8 contains update steps for release 8.
Class ilECSUpdateSteps9 contains update steps for release 9.
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
Storage is simple key/value store without further schema definition.
Definition: Storage.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.