ILIAS  release_8 Revision v8.25
ilCourseObjectiveSetupAgent.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
48 {
50 }
51
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...
getStatusObjective(Metrics\Storage $storage)
@inheritdocs
getUpdateObjective(ILIAS\Setup\Config $config=null)
getInstallObjective(Config $config=null)
@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
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider \MainMenu\Provider.