3 declare(strict_types=1);
59 return $this->
refinery->custom()->transformation(
function (
$data) {
61 (
bool) (
$data[
"https_enabled"] ??
false),
62 (isset(
$data[
"auth_duration"])) ? (
int)
$data[
"auth_duration"] : null,
63 (isset(
$data[
"account_assistance_duration"])) ? (
int)
$data[
"account_assistance_duration"] : null
73 return new Setup\ObjectiveCollection(
74 "Complete objectives from Services/PrivacySecurity",
86 return new Setup\Objective\NullObjective();
97 return new Setup\Objective\NullObjective();
105 return new Setup\Objective\NullObjective();
Refinery Factory $refinery
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...
getConfigInput(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)
getInstallObjective(Setup\Config $config=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getArrayToConfigTransformation()
getBuildArtifactObjective()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Store information about https is enabled.
A configuration for the setup.
A configuration with no content.
getUpdateObjective(Setup\Config $config=null)
__construct(Refinery\Factory $refinery)