36 throw new \LogicException(
"Not yet implemented.");
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"],
69 return new Setup\ObjectiveCollection(
70 "Complete objectives from Modules/SystemFolder",
81 return new Setup\NullObjective();
89 return new Setup\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()
getConfigInput(Setup\Config $config=null)
A configuration for the setup.
__construct(Refinery\Factory $refinery)