12 use Setup\Agent\HasNoNamedObjective;
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"
An exception for terminatinating execution or to throw for unit testing.
A non-objective, nothing to do to achieve it...
Stores configuration for the Utilities service (paths to various tools) in the according ini-fields.
getMigrations()
@inheritDoc
getArrayToConfigTransformation()
getBuildArtifactObjective()
getStatusObjective(Setup\Metrics\Storage $storage)
getInstallObjective(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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...