1 <?php declare(strict_types=1);
38 return $this->refinery->custom()->transformation(
function (
$data) {
39 return new \ilHttpSetupConfig(
41 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
44 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
45 ?
$data[
"https_autodetection"][
"header_name"]
47 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
48 ?
$data[
"https_autodetection"][
"header_value"]
54 ?
$data[
"proxy"][
"host"]
57 ?
$data[
"proxy"][
"port"]
70 if (!
$config->isProxyEnabled()) {
71 return $http_config_stored;
74 return new Setup\Objective\ObjectiveWithPreconditions(
88 return new Setup\Objective\NullObjective();
96 return new Setup\Objective\NullObjective();
An objective is a desired state of the system that is supposed to be created by the setup...
__construct(Refinery\Factory $refinery)
getUpdateObjective(Setup\Config $config=null)
getInstallObjective(Setup\Config $config=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getStatusObjective(Setup\Metrics\Storage $storage)
getBuildArtifactObjective()
A configuration for the setup.
getArrayToConfigTransformation()