ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilRegistrationAgent.php
Go to the documentation of this file.
1<?php
2
23
25{
26 public function getUpdateObjective(?Config $config = null): Objective
27 {
28 return new ObjectiveCollection(
29 "Service/Registation Objectives",
30 false,
33 );
34 }
35}
An agent that just doesn't do a thing.
Definition: NullAgent.php:35
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.
getUpdateObjective(?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