ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilDatabaseObjective.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2019 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
use
ILIAS\Setup
;
6
7
abstract
class
ilDatabaseObjective
implements
Setup\Objective
8
{
12
protected
$config
;
13
14
public
function
__construct
(\
ilDatabaseSetupConfig
$config
)
15
{
16
$this->config =
$config
;
17
}
18
}
php
An exception for terminatinating execution or to throw for unit testing.
ilDatabaseObjective
Definition:
class.ilDatabaseObjective.php:8
ilDatabaseObjective\__construct
__construct(\ilDatabaseSetupConfig $config)
Definition:
class.ilDatabaseObjective.php:14
ilDatabaseObjective\$config
$config
Definition:
class.ilDatabaseObjective.php:12
ilDatabaseSetupConfig
Definition:
class.ilDatabaseSetupConfig.php:9
ILIAS\Setup\Objective
An objective is a desired state of the system that is supposed to be created by the setup.
Definition:
Objective.php:15
ILIAS\Setup
Definition:
AchievementTracker.php:5
Services
Database
classes
Setup
class.ilDatabaseObjective.php
Generated on Sat Oct 4 2025 20:00:59 for ILIAS by
1.9.4 (using
Doxyfile
)