19declare(strict_types=1);
26 use Setup\Agent\HasNoNamedObjective;
50 return new \ilHttpSetupConfig(
52 isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"],
54 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
55 ?
$data[
"https_autodetection"][
"header_name"]
57 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
58 ?
$data[
"https_autodetection"][
"header_value"]
62 ?
$data[
"proxy"][
"host"]
65 ?
$data[
"proxy"][
"port"]
67 $data[
'allowed_hosts'] ??
null
79 if (!$config->isProxyEnabled()) {
80 return $http_config_stored;
94 if ($config !==
null) {
Builds a Color from either hex- or rgb values.
A non-objective, nothing to do to achieve it...
A wrapper around an objective that adds some preconditions.
getStatusObjective(Setup\Metrics\Storage $storage)
getUpdateObjective(?Setup\Config $config=null)
getInstallObjective(?Setup\Config $config=null)
__construct(Refinery\Factory $refinery)
ILIAS Refinery Factory $refinery
getArrayToConfigTransformation()
getMigrations()
@inheritDoc
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.
Storage is simple key/value store without further schema definition.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...