19 declare(strict_types=1);
    60         return $this->
refinery->custom()->transformation(
function (
$data) {
    62                 (
bool) (
$data[
"https_enabled"] ?? 
false),
    63                 (isset(
$data[
"auth_duration"])) ? (
int) 
$data[
"auth_duration"] : null,
    64                 (isset(
$data[
"account_assistance_duration"])) ? (
int) 
$data[
"account_assistance_duration"] : null
    74         return new Setup\ObjectiveCollection(
    75             "Complete objectives from Services/PrivacySecurity",
    86         if ($config === null || $config instanceof Setup\
NullConfig) {
    87             return new Setup\Objective\NullObjective();
    98         return new Setup\Objective\NullObjective();
   106         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...
 
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)