11 use Setup\Agent\HasNoNamedObjective;
37 return $this->refinery->custom()->transformation(
function (
$data) {
38 return new \ilLoggingSetupConfig(
39 $data[
"enable"] ??
false,
40 $data[
"path_to_logfile"] ??
null,
41 $data[
"errorlog_dir"] ??
null
An exception for terminatinating execution or to throw for unit testing.
A non-objective, nothing to do to achieve it...
getBuildArtifactObjective()
getInstallObjective(Setup\Config $config=null)
getArrayToConfigTransformation()
getMigrations()
@inheritDoc
__construct(Refinery\Factory $refinery)
getUpdateObjective(Setup\Config $config=null)
getStatusObjective(Setup\Metrics\Storage $storage)
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...