ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilExerciseSetupAgent.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
//namespace ILIAS\Exercise\Setup;
22
23
use
ILIAS\Setup
;
24
28
class
ilExerciseSetupAgent
extends
Setup\Agent\NullAgent
29
{
30
public
function
getUpdateObjective
(Setup\
Config
$config = null): Setup\
Objective
31
{
32
return
new \ilDatabaseUpdateStepsExecutedObjective(
new
\
ILIAS
\Exercise\Setup\ilExerciseDBUpdateSteps());
33
}
34
35
public
function
getMigrations
(): array
36
{
37
return
[
38
new
ilExerciseInstructionFilesMigration
(),
39
new
ilExerciseSampleSolutionMigration
(),
40
new
ilExerciseTutorFeedbackFileMigration
(),
41
new
ilExerciseTutorTeamFeedbackFileMigration
()
42
];
43
}
44
}
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
Class ChatMainBarProvider .
ilExerciseSetupAgent
Definition:
class.ilExerciseSetupAgent.php:28
ilExerciseSetupAgent\getMigrations
getMigrations()
Definition:
class.ilExerciseSetupAgent.php:35
ilExerciseSetupAgent\getUpdateObjective
getUpdateObjective(Setup\Config $config=null)
Definition:
class.ilExerciseSetupAgent.php:30
ilExerciseInstructionFilesMigration
Definition:
class.ilExerciseInstructionFilesMigration.php:31
ilExerciseSampleSolutionMigration
Definition:
class.ilExerciseSampleSolutionMigration.php:27
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
ilExerciseTutorFeedbackFileMigration
Definition:
class.ilExerciseTutorFeedbackFileMigration.php:28
ilExerciseTutorTeamFeedbackFileMigration
Definition:
class.ilExerciseTutorTeamFeedbackFileMigration.php:28
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:26
Modules
Exercise
classes
Setup
class.ilExerciseSetupAgent.php
Generated on Wed Sep 10 2025 14:10:48 for ILIAS by
1.8.13 (using
Doxyfile
)