37 return $this->refinery->custom()->transformation(
function (
$data) {
39 $password = $this->refinery->to()->data(
"password");
40 return new \ilDatabaseSetupConfig(
41 $data[
"type"] ??
"innodb",
42 $data[
"host"] ??
"localhost",
43 $data[
"database"] ??
"ilias",
44 $data[
"user"] ?? null,
46 $data[
"create_database"] ??
true,
47 $data[
"collation"] ?? null,
48 $data[
"port"] ?? 3306,
49 $data[
"path_to_db_dump"] ?? null
59 return new Setup\ObjectiveCollection(
60 "Complete objectives from Services\Database",
75 $p[] = new \ilDatabaseConfigStoredObjective(
$config);
77 $p[] = new \ilDatabaseUpdatedObjective();
78 return new Setup\ObjectiveCollection(
79 "Complete objectives from Services\Database",
90 return new Setup\Objective\NullObjective();
getStatusObjective(Setup\Metrics\Storage $storage)
An objective is a desired state of the system that is supposed to be created by the setup...
getUpdateObjective(Setup\Config $config=null)
__construct(Refinery $refinery)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getInstallObjective(Setup\Config $config=null)
getBuildArtifactObjective()
A configuration for the setup.
getArrayToConfigTransformation()