◆ __construct()
ilDatabaseSetupAgent::__construct |
( |
Refinery |
$refinery | ) |
|
◆ getArrayToConfigTransformation()
ilDatabaseSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
Definition at line 41 of file class.ilDatabaseSetupAgent.php.
References $data, and $password.
44 return $this->refinery->custom()->transformation(
function (
$data) {
45 $password = $this->refinery->to()->data(
"password");
46 return new \ilDatabaseSetupConfig(
47 $data[
"type"] ??
"innodb",
48 $data[
"host"] ??
"localhost",
49 $data[
"database"] ??
"ilias",
50 $data[
"user"] ?? null,
52 $data[
"create_database"] ??
true,
53 $data[
"collation"] ?? null,
54 $data[
"port"] ?? 3306,
55 $data[
"path_to_db_dump"] ?? null
◆ getBuildArtifactObjective()
ilDatabaseSetupAgent::getBuildArtifactObjective |
( |
| ) |
|
◆ getConfigInput()
ilDatabaseSetupAgent::getConfigInput |
( |
Setup\Config |
$config = null | ) |
|
◆ getInstallObjective()
ilDatabaseSetupAgent::getInstallObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ getUpdateObjective()
ilDatabaseSetupAgent::getUpdateObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ hasConfig()
ilDatabaseSetupAgent::hasConfig |
( |
| ) |
|
◆ $refinery
ilDatabaseSetupAgent::$refinery |
|
protected |
The documentation for this class was generated from the following file: