ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilCourseSetupAgent.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25use ILIAS\Setup;
27
29{
30 use Setup\Agent\HasNoNamedObjective;
31
32 public function getUpdateObjective(?ILIAS\Setup\Config $config = null): Objective
33 {
35 }
36
37 public function getStatusObjective(Metrics\Storage $storage): Objective
38 {
40 }
41
43 {
44 throw new \LogicException("Agent has no config.");
45 }
46
47 public function getInstallObjective(?Config $config = null): Objective
48 {
50 }
51
52 public function getBuildObjective(): Objective
53 {
55 }
56}
An agent that just doesn't do a thing.
Definition: NullAgent.php:35
A non-objective, nothing to do to achieve it...
getArrayToConfigTransformation()
@inheritdocs
getUpdateObjective(?ILIAS\Setup\Config $config=null)
getBuildObjective()
@inheritdocs
getInstallObjective(?Config $config=null)
@inheritdocs
getStatusObjective(Metrics\Storage $storage)
@inheritdocs
This class attempt to achieve a set of database update steps.
A transformation is a function from one datatype to another.
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
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.