1 <?php declare(strict_types=1);
36 throw new \LogicException(
"Not yet implemented.");
44 return $this->refinery->custom()->transformation(
function (
$data) {
45 return new \ilPrivacySecuritySetupConfig(
46 (
bool) (
$data[
"https_enabled"] ??
false)
56 return new Setup\ObjectiveCollection(
57 "Complete objectives from Services/PrivacySecurity",
68 return new Setup\Objective\NullObjective();
76 return new Setup\Objective\NullObjective();
84 return new Setup\Objective\NullObjective();
An objective is a desired state of the system that is supposed to be created by the setup...
getConfigInput(Setup\Config $config=null)
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()
Store information about https is enabled.
A configuration for the setup.
getUpdateObjective(Setup\Config $config=null)
__construct(Refinery\Factory $refinery)