ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilSetupObjective.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
use
ILIAS\Setup
;
22
23
abstract
class
ilSetupObjective
implements
Setup\Objective
24
{
25
protected
Setup\Config
$config
;
26
27
public
function
__construct
(Setup\
Config
$config)
28
{
29
$this->config =
$config
;
30
}
31
}
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
ilSetupObjective
Definition:
class.ilSetupObjective.php:23
ilSetupObjective\$config
Setup Config $config
Definition:
class.ilSetupObjective.php:25
ilSetupObjective\__construct
__construct(Setup\Config $config)
Definition:
class.ilSetupObjective.php:27
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:26
setup
classes
class.ilSetupObjective.php
Generated on Sun Aug 31 2025 22:02:40 for ILIAS by
1.8.13 (using
Doxyfile
)