ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.ilTestSetupAgent.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
use
ILIAS\Setup\Agent\NullAgent
;
22
use
ILIAS\Setup\Objective
;
23
use
ILIAS\Setup\Metrics
;
24
25
class
ilTestSetupAgent
extends
NullAgent
26
{
27
public
function
getUpdateObjective
(
ILIAS
\Setup\
Config
$config
=
null
):
Objective
28
{
29
return
new
ilDatabaseUpdateStepsExecutedObjective
(
new
ilTest8DBUpdateSteps
());
30
}
31
32
public
function
getStatusObjective
(Metrics\
Storage
$storage):
Objective
33
{
34
return
new
ilDatabaseUpdateStepsMetricsCollectedObjective
($storage,
new
ilTest8DBUpdateSteps
());
35
}
36
}
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:27
ilDatabaseUpdateStepsMetricsCollectedObjective
Definition:
class.ilDatabaseUpdateStepsMetricsCollectedObjective.php:26
ilTest8DBUpdateSteps
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilTest8DBUpdateSteps.php:21
ilTestSetupAgent
Definition:
class.ilTestSetupAgent.php:26
ilTestSetupAgent\getUpdateObjective
getUpdateObjective(ILIAS\Setup\Config $config=null)
@inheritdocs
Definition:
class.ilTestSetupAgent.php:27
ilTestSetupAgent\getStatusObjective
getStatusObjective(Metrics\Storage $storage)
@inheritdocs
Definition:
class.ilTestSetupAgent.php:32
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
$config
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition:
metadata.php:85
ILIAS\Setup\Metrics
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ArrayStorage.php:21
ILIAS\Setup\Objective
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AdminConfirmedObjective.php:21
ILIAS
Class ChatMainBarProvider \MainMenu\Provider.
Modules
Test
Setup
class.ilTestSetupAgent.php
Generated on Sun Nov 2 2025 22:01:22 for ILIAS by
1.9.4 (using
Doxyfile
)