3 declare(strict_types=1);
    48         return $this->
refinery->custom()->transformation(
function (
$data) {
    50                 $data[
"path_to_convert"] ?? 
"/usr/bin/convert",
    51                 $data[
"path_to_zip"] ?? 
"/usr/bin/zip",
    52                 $data[
"path_to_unzip"] ?? 
"/usr/bin/unzip"    60     public function getInstallObjective(Setup\
Config $config = null): Setup\Objective
    69     public function getUpdateObjective(Setup\
Config $config = null): Setup\Objective
    71         if ($config !== null) {
    75         return new Setup\Objective\NullObjective();
    83         return new Setup\Objective\NullObjective();
 
An objective is a desired state of the system that is supposed to be created by the setup...
 
getArrayToConfigTransformation()
 
__construct(Refinery\Factory $refinery)
 
Refinery Factory $refinery
 
Stores configuration for the Utilities service (paths to various tools) in the according ini-fields...
 
getBuildArtifactObjective()
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getStatusObjective(Setup\Metrics\Storage $storage)
 
A configuration for the setup.