3 declare(strict_types=1);
54 return $this->
refinery->custom()->transformation(
function (
$data) {
55 return new \ilLoggingSetupConfig(
56 $data[
"enable"] ??
false,
57 $data[
"path_to_logfile"] ?? null,
58 $data[
"errorlog_dir"] ?? null
76 $objective =
new Setup\Objective\NullObjective();
81 'Update of Services/Logging',
95 return new Setup\Objective\NullObjective();
An objective is a desired state of the system that is supposed to be created by the setup...
getUpdateObjective(Config $config=null)
getArrayToConfigTransformation()
__construct(Factory $refinery)
getBuildArtifactObjective()
getStatusObjective(Storage $storage)
getInstallObjective(Config $config=null)
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...
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...
A configuration for the setup.