ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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\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
ilRepositorySetupAgent
Definition:
class.ilRepositorySetupAgent.php:24
ilRepositorySetupAgent\getUpdateObjective
getUpdateObjective(?Setup\Config $config=null)
Definition:
class.ilRepositorySetupAgent.php:28
ilRepository9DBUpdateSteps
Definition:
class.ilRepository9DBUpdateSteps.php:21
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
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
ILIAS\Setup
Definition:
Setup.php:25
HasNoNamedObjective
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:26
ilRepositorySetupAgent\getStatusObjective
getStatusObjective(Metrics\Storage $storage)
Definition:
class.ilRepositorySetupAgent.php:33
components
ILIAS
Repository
classes
Setup
class.ilRepositorySetupAgent.php
Generated on Wed Sep 3 2025 23:03:39 for ILIAS by
1.8.13 (using
Doxyfile
)