3declare(strict_types=1);
25 use Setup\Agent\HasNoNamedObjective;
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;
A non-objective, nothing to do to achieve it...
A wrapper around an objective that adds some preconditions.
getStatusObjective(Setup\Metrics\Storage $storage)
__construct(Refinery\Factory $refinery)
getUpdateObjective(Setup\Config $config=null)
ILIAS Refinery Factory $refinery
getArrayToConfigTransformation()
getBuildArtifactObjective()
getInstallObjective(Setup\Config $config=null)
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...