19 declare(strict_types=1);
53 return $this->
refinery->custom()->transformation(
function (
$data) {
54 return new \ilLoggingSetupConfig(
55 $data[
"enable"] ??
false,
56 $data[
"path_to_logfile"] ?? null,
57 $data[
"errorlog_dir"] ?? null
75 $objective =
new Setup\Objective\NullObjective();
76 if ($config !== null) {
80 'Update of Services/Logging',
94 return new Setup\Objective\NullObjective();
102 return new Setup\ObjectiveCollection(
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.