1<?
php declare(strict_types=1);
11 use Setup\Agent\HasNoNamedObjective;
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)
57 "Complete objectives from Services/PrivacySecurity",
An exception for terminatinating execution or to throw for unit testing.
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)
__construct(Refinery\Factory $refinery)
getBuildArtifactObjective()
getArrayToConfigTransformation()
getUpdateObjective(Setup\Config $config=null)
getMigrations()
@inheritDoc
getConfigInput(Setup\Config $config=null)
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.
A component is the most general form of an entity in the UI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...