ILIAS
release_8 Revision v8.23
◀ 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
}
ilTest8DBUpdateSteps
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilTest8DBUpdateSteps.php:20
ILIAS\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
ilTestSetupAgent\getStatusObjective
getStatusObjective(Metrics\Storage $storage)
Definition:
class.ilTestSetupAgent.php:32
ILIAS
Class ChatMainBarProvider .
$config
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition:
metadata.php:85
ilDatabaseUpdateStepsExecutedObjective
ilDatabaseUpdateStepsMetricsCollectedObjective
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
ilTestSetupAgent
Definition:
class.ilTestSetupAgent.php:25
NullAgent
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:26
ilTestSetupAgent\getUpdateObjective
getUpdateObjective(ILIAS\Setup\Config $config=null)
Definition:
class.ilTestSetupAgent.php:27
Modules
Test
Setup
class.ilTestSetupAgent.php
Generated on Wed Sep 3 2025 22:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)