19declare(strict_types=1);
27 use Setup\Agent\HasNoNamedObjective;
52 throw new LogicException(
"Not yet implemented.");
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,
65 (isset(
$data[
"registration_duration"])) ? (
int)
$data[
"registration_duration"] :
null,
76 "Complete objectives from Services/PrivacySecurity",
Builds a Color from either hex- or rgb values.
A configuration with no content.
A objective collection is a objective that is achieved once all subobjectives are achieved.
A non-objective, nothing to do to achieve it...
Store information about https is enabled.
getInstallObjective(?Setup\Config $config=null)
getStatusObjective(Setup\Metrics\Storage $storage)
getUpdateObjective(?Setup\Config $config=null)
Refinery Factory $refinery
__construct(Refinery\Factory $refinery)
getArrayToConfigTransformation()
getConfigInput(?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.
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...