ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilDidacticTemplateSetupAgent.php
Go to the documentation of this file.
1
<?php
2
19
use
ILIAS\Setup\Agent\NullAgent
;
20
use
ILIAS\Setup\Config
;
21
use
ILIAS\Setup\Objective
;
22
use
ILIAS\Setup\Metrics
;
23
24
class
ilDidacticTemplateSetupAgent
extends
NullAgent
25
{
26
public
function
getUpdateObjective
(?
Config
$config =
null
):
Objective
27
{
28
return
new
ilDatabaseUpdateStepsExecutedObjective
(
29
new
ilDidacticTemplate11DBUpdateSteps
()
30
);
31
}
32
33
public
function
getStatusObjective
(Metrics\
Storage
$storage):
Objective
34
{
35
return
new \ilDatabaseUpdateStepsMetricsCollectedObjectiv(
36
$storage,
37
new
ilDidacticTemplate11DBUpdateSteps
()
38
);
39
}
40
}
ILIAS\Setup\Agent\NullAgent
An agent that just doesn't do a thing.
Definition:
NullAgent.php:35
ilDatabaseUpdateStepsExecutedObjective
This class attempt to achieve a set of database update steps.
Definition:
class.ilDatabaseUpdateStepsExecutedObjective.php:28
ilDidacticTemplate11DBUpdateSteps
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDidacticTemplate11DBUpdateSteps.php:20
ilDidacticTemplateSetupAgent
Definition:
class.ilDidacticTemplateSetupAgent.php:25
ilDidacticTemplateSetupAgent\getStatusObjective
getStatusObjective(Metrics\Storage $storage)
@inheritdocs
Definition:
class.ilDidacticTemplateSetupAgent.php:33
ilDidacticTemplateSetupAgent\getUpdateObjective
getUpdateObjective(?Config $config=null)
@inheritdocs
Definition:
class.ilDidacticTemplateSetupAgent.php:26
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:27
ILIAS\Setup\Metrics\Storage
Definition:
Storage.php:24
ILIAS\Setup\Objective
An objective is a desired state of the system that is supposed to be created by the setup.
Definition:
Objective.php:31
ILIAS\Setup\Metrics
Definition:
ArrayStorage.php:21
ILIAS\Setup\Objective
Definition:
AdminConfirmedObjective.php:21
components
ILIAS
DidacticTemplate
classes
Setup
class.ilDidacticTemplateSetupAgent.php
Generated on Sat Oct 18 2025 23:02:57 for ILIAS by
1.9.4 (using
Doxyfile
)