Definition at line 10 of file class.ilHttpSetupAgent.php.
◆ __construct()
ilHttpSetupAgent::__construct |
( |
Refinery\Factory |
$refinery | ) |
|
◆ getArrayToConfigTransformation()
ilHttpSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
Definition at line 36 of file class.ilHttpSetupAgent.php.
References $data.
36 : Refinery\Transformation
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"]
◆ getBuildArtifactObjective()
ilHttpSetupAgent::getBuildArtifactObjective |
( |
| ) |
|
◆ getInstallObjective()
ilHttpSetupAgent::getInstallObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ getMigrations()
ilHttpSetupAgent::getMigrations |
( |
| ) |
|
◆ getStatusObjective()
ilHttpSetupAgent::getStatusObjective |
( |
Setup\Metrics\Storage |
$storage | ) |
|
◆ getUpdateObjective()
ilHttpSetupAgent::getUpdateObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ hasConfig()
ilHttpSetupAgent::hasConfig |
( |
| ) |
|
◆ $refinery
ilHttpSetupAgent::$refinery |
|
protected |
The documentation for this class was generated from the following file: