ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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\GlobalScreen_\UI\Footer\Setup\Agent\NullAgent
An agent that just doesn't do a thing.
Definition:
NullAgent.php:34
ILIAS\Setup\Objective
An objective is a desired state of the system that is supposed to be created by the setup...
Definition:
Objective.php:30
ILIAS\Setup\Metrics\Storage
Definition:
Storage.php:23
ilDatabaseUpdateStepsExecutedObjective
Config
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\Setup\Metrics
Definition:
ArrayStorage.php:21
ilDidacticTemplateSetupAgent\getUpdateObjective
getUpdateObjective(?Config $config=null)
Definition:
class.ilDidacticTemplateSetupAgent.php:26
ILIAS\Setup\Objective
Definition:
AdminConfirmedObjective.php:21
ilDidacticTemplate11DBUpdateSteps
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDidacticTemplate11DBUpdateSteps.php:19
NullAgent
ilDidacticTemplateSetupAgent
Definition:
class.ilDidacticTemplateSetupAgent.php:24
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:26
ilDidacticTemplateSetupAgent\getStatusObjective
getStatusObjective(Metrics\Storage $storage)
Definition:
class.ilDidacticTemplateSetupAgent.php:33
components
ILIAS
DidacticTemplate
classes
Setup
class.ilDidacticTemplateSetupAgent.php
Generated on Wed Sep 3 2025 23:02:53 for ILIAS by
1.8.13 (using
Doxyfile
)