◆ __construct()
ilSystemFolderSetupAgent::__construct |
( |
Refinery\Factory |
$refinery | ) |
|
◆ getArrayToConfigTransformation()
ilSystemFolderSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
Definition at line 42 of file class.ilSystemFolderSetupAgent.php.
References $data.
42 : Refinery\Transformation
44 return $this->refinery->custom()->transformation(
function (
$data) {
45 return new \ilSystemFolderSetupConfig(
46 $data[
"client"][
"name"],
47 $data[
"client"][
"description"] ?? null,
48 $data[
"client"][
"institution"] ?? null,
49 $data[
"contact"][
"firstname"],
50 $data[
"contact"][
"lastname"],
51 $data[
"contact"][
"title"] ?? null,
52 $data[
"contact"][
"position"] ?? null,
53 $data[
"contact"][
"institution"] ?? null,
54 $data[
"contact"][
"street"] ?? null,
55 $data[
"contact"][
"zipcode"] ?? null,
56 $data[
"contact"][
"city"] ?? null,
57 $data[
"contact"][
"country"] ?? null,
58 $data[
"contact"][
"phone"] ?? null,
59 $data[
"contact"][
"email"],
◆ getBuildArtifactObjective()
ilSystemFolderSetupAgent::getBuildArtifactObjective |
( |
| ) |
|
◆ getConfigInput()
ilSystemFolderSetupAgent::getConfigInput |
( |
Setup\Config |
$config = null | ) |
|
◆ getInstallObjective()
ilSystemFolderSetupAgent::getInstallObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ 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: