ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilRepositorySetupAgent.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
use
ILIAS\Setup
;
22
use
ILIAS\Setup\Metrics
;
23
24
class
ilRepositorySetupAgent
extends
Setup\Agent\NullAgent
25
{
26
use Setup\Agent\HasNoNamedObjective;
27
28
public
function
getUpdateObjective
(?
Setup
\
Config
$config =
null
):
Setup
\
Objective
29
{
30
return
new \ilDatabaseUpdateStepsExecutedObjective(
new
ilRepository9DBUpdateSteps
());
31
}
32
33
public
function
getStatusObjective
(Metrics\
Storage
$storage):
Setup
\
Objective
34
{
35
return
new \ilDatabaseUpdateStepsMetricsCollectedObjective($storage,
new
ilRepository9DBUpdateSteps
());
36
}
37
}
ILIAS\Setup
Definition:
Setup.php:26
Setup\Agent\NullAgent
ilRepository9DBUpdateSteps
Definition:
class.ilRepository9DBUpdateSteps.php:22
ilRepositorySetupAgent
Definition:
class.ilRepositorySetupAgent.php:25
ilRepositorySetupAgent\getStatusObjective
getStatusObjective(Metrics\Storage $storage)
Definition:
class.ilRepositorySetupAgent.php:33
ilRepositorySetupAgent\getUpdateObjective
getUpdateObjective(?Setup\Config $config=null)
Definition:
class.ilRepositorySetupAgent.php:28
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilMysqlMyIsamToInnoDbMigration.php:19
components
ILIAS
Repository
classes
Setup
class.ilRepositorySetupAgent.php
Generated on Sat Oct 18 2025 23:03:36 for ILIAS by
1.9.4 (using
Doxyfile
)