◆ __construct()
ilSystemFolderSetupAgent::__construct |
( |
Refinery\Factory |
$refinery | ) |
|
◆ getArrayToConfigTransformation()
ilSystemFolderSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
Definition at line 36 of file class.ilSystemFolderSetupAgent.php.
References $data.
36 : Refinery\Transformation
38 return $this->refinery->custom()->transformation(
function (
$data) {
39 return new \ilSystemFolderSetupConfig(
40 $data[
"client"][
"name"] ?? null,
41 $data[
"client"][
"description"] ?? null,
42 $data[
"client"][
"institution"] ?? null,
43 $data[
"contact"][
"firstname"],
44 $data[
"contact"][
"lastname"],
45 $data[
"contact"][
"title"] ?? null,
46 $data[
"contact"][
"position"] ?? null,
47 $data[
"contact"][
"institution"] ?? null,
48 $data[
"contact"][
"street"] ?? null,
49 $data[
"contact"][
"zipcode"] ?? null,
50 $data[
"contact"][
"city"] ?? null,
51 $data[
"contact"][
"country"] ?? null,
52 $data[
"contact"][
"phone"] ?? null,
53 $data[
"contact"][
"email"],
◆ getBuildArtifactObjective()
ilSystemFolderSetupAgent::getBuildArtifactObjective |
( |
| ) |
|
◆ getInstallObjective()
ilSystemFolderSetupAgent::getInstallObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ getMigrations()
ilSystemFolderSetupAgent::getMigrations |
( |
| ) |
|
◆ getStatusObjective()
ilSystemFolderSetupAgent::getStatusObjective |
( |
Setup\Metrics\Storage |
$storage | ) |
|
◆ getUpdateObjective()
ilSystemFolderSetupAgent::getUpdateObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ hasConfig()
ilSystemFolderSetupAgent::hasConfig |
( |
| ) |
|
◆ $refinery
ilSystemFolderSetupAgent::$refinery |
|
protected |
The documentation for this class was generated from the following file: