◆ __construct()
ilLoggingSetupAgent::__construct |
( |
Refinery\Factory |
$refinery | ) |
|
◆ getArrayToConfigTransformation()
ilLoggingSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
Definition at line 41 of file class.ilLoggingSetupAgent.php.
References $data.
41 : Refinery\Transformation
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
◆ getBuildArtifactObjective()
ilLoggingSetupAgent::getBuildArtifactObjective |
( |
| ) |
|
◆ getConfigInput()
ilLoggingSetupAgent::getConfigInput |
( |
Setup\Config |
$config = null | ) |
|
◆ getInstallObjective()
ilLoggingSetupAgent::getInstallObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ getUpdateObjective()
ilLoggingSetupAgent::getUpdateObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ hasConfig()
ilLoggingSetupAgent::hasConfig |
( |
| ) |
|
◆ $refinery
ilLoggingSetupAgent::$refinery |
|
protected |
The documentation for this class was generated from the following file: