3 declare(strict_types=1);
49 return new \ilHttpSetupConfig(
51 isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"],
53 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
54 ?
$data[
"https_autodetection"][
"header_name"]
56 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
57 ?
$data[
"https_autodetection"][
"header_value"]
61 ?
$data[
"proxy"][
"host"]
64 ?
$data[
"proxy"][
"port"]
77 if (!
$config->isProxyEnabled()) {
78 return $http_config_stored;
81 return new Setup\Objective\ObjectiveWithPreconditions(
95 return new Setup\Objective\NullObjective();
103 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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS 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()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A configuration for the setup.
getArrayToConfigTransformation()