◆ __construct()
ilUtilitiesSetupAgent::__construct |
( |
Refinery\Factory |
$refinery | ) |
|
◆ getArrayToConfigTransformation()
ilUtilitiesSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
Definition at line 36 of file class.ilUtilitiesSetupAgent.php.
References $data.
36 : Refinery\Transformation
38 return $this->refinery->custom()->transformation(
function (
$data) {
39 return new \ilUtilitiesSetupConfig(
40 $data[
"path_to_convert"] ??
"/usr/bin/convert",
41 $data[
"path_to_zip"] ??
"/usr/bin/zip",
42 $data[
"path_to_unzip"] ??
"/usr/bin/unzip"
◆ getBuildArtifactObjective()
ilUtilitiesSetupAgent::getBuildArtifactObjective |
( |
| ) |
|
◆ getInstallObjective()
ilUtilitiesSetupAgent::getInstallObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ getMigrations()
ilUtilitiesSetupAgent::getMigrations |
( |
| ) |
|
◆ getStatusObjective()
ilUtilitiesSetupAgent::getStatusObjective |
( |
Setup\Metrics\Storage |
$storage | ) |
|
◆ getUpdateObjective()
ilUtilitiesSetupAgent::getUpdateObjective |
( |
Setup\Config |
$config = null | ) |
|
Definition at line 58 of file class.ilUtilitiesSetupAgent.php.
References $config.
63 return new Setup\Objective\NullObjective();
Stores configuration for the Utilities service (paths to various tools) in the according ini-fields...
◆ hasConfig()
ilUtilitiesSetupAgent::hasConfig |
( |
| ) |
|
◆ $refinery
ilUtilitiesSetupAgent::$refinery |
|
protected |
The documentation for this class was generated from the following file: