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,
65 (isset(
$data[
"registration_duration"])) ? (
int)
$data[
"registration_duration"] : null,
75 return new Setup\ObjectiveCollection(
76 "Complete objectives from Services/PrivacySecurity",
88 return new Setup\Objective\NullObjective();
99 return new Setup\Objective\NullObjective();
107 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...
getInstallObjective(?Setup\Config $config=null)
getBuildObjective()
Get the goal the agent wants to achieve to build artifacts.if Config does not match the Agent...
getStatusObjective(Setup\Metrics\Storage $storage)
A agent is some component that performs part of the setup process.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Storage is simple key/value store without further schema definition.
getUpdateObjective(?Setup\Config $config=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getArrayToConfigTransformation()
Agents must be able to tell how to create a configuration from a nested array.if Agent has no Config ...
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.
__construct(Refinery\Factory $refinery)
getConfigInput(?Setup\Config $config=null)
hasConfig()
Does this agent require a configuration?