12 use Setup\Agent\HasNoNamedObjective;
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"],
An exception for terminatinating execution or to throw for unit testing.
A non-objective, nothing to do to achieve it...
getStatusObjective(Setup\Metrics\Storage $storage)
getMigrations()
@inheritDoc
getInstallObjective(Setup\Config $config=null)
getUpdateObjective(Setup\Config $config=null)
getBuildArtifactObjective()
getArrayToConfigTransformation()
__construct(Refinery\Factory $refinery)
A agent is some component that performs part of the setup process.
A configuration for the setup.
An objective is a desired state of the system that is supposed to be created by the setup.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...