35 throw new \LogicException(
"Not yet implemented.");
43 return $this->refinery->custom()->transformation(
function (
$data) {
44 return new \ilLoggingSetupConfig(
45 $data[
"enable"] ??
false,
46 $data[
"path_to_logfile"] ??
null,
47 $data[
"errorlog_dir"] ??
null
58 "Complete objectives from Services/Logging",
An exception for terminatinating execution or to throw for unit testing.
A non-objective, nothing to do to achieve it...
A objective collection is a objective that is achieved once all subobjectives are achieved.
getBuildArtifactObjective()
getInstallObjective(Setup\Config $config=null)
getArrayToConfigTransformation()
getConfigInput(Setup\Config $config=null)
__construct(Refinery\Factory $refinery)
getUpdateObjective(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.