◆ __construct()
ilLoggingSetupAgent::__construct |
( |
Refinery\Factory |
$refinery | ) |
|
◆ getArrayToConfigTransformation()
ilLoggingSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
Definition at line 35 of file class.ilLoggingSetupAgent.php.
References $data.
35 : Refinery\Transformation
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
◆ getBuildArtifactObjective()
ilLoggingSetupAgent::getBuildArtifactObjective |
( |
| ) |
|
◆ getInstallObjective()
ilLoggingSetupAgent::getInstallObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ getMigrations()
ilLoggingSetupAgent::getMigrations |
( |
| ) |
|
◆ getStatusObjective()
ilLoggingSetupAgent::getStatusObjective |
( |
Setup\Metrics\Storage |
$storage | ) |
|
◆ 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: