ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
class.ilNewsSetupAgent.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21use ILIAS\Setup\Agent\HasNoNamedObjective;
24
26{
27 use HasNoNamedObjective;
28
29 public function getUpdateObjective(?ILIAS\Setup\Config $config = null): Objective
30 {
32 }
33}
An agent that just doesn't do a thing.
Definition: NullAgent.php:35
This class attempt to achieve a set of database update steps.
getUpdateObjective(?ILIAS\Setup\Config $config=null)
@inheritdocs
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
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.