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"],
74 return new Setup\Objective\NullObjective();
82 return new Setup\Objective\NullObjective();
getUpdateObjective(Setup\Config $config=null)
An objective is a desired state of the system that is supposed to be created by the setup...
getBuildArtifactObjective()
getInstallObjective(Setup\Config $config=null)
getArrayToConfigTransformation()
getStatusObjective(Setup\Metrics\Storage $storage)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A configuration for the setup.
__construct(Refinery\Factory $refinery)