44 return $this->
refinery->custom()->transformation(
function (
$data) {
45 return new \ilMediaObjectSetupConfig(
46 $data[
"path_to_ffmpeg"] ?? null
51 public function getInstallObjective(Setup\
Config $config = null): Setup\Objective
59 return new Setup\ObjectiveCollection(
60 "Complete objectives from Services/MediaObject",
67 public function getUpdateObjective(Setup\
Config $config = null): Setup\Objective
73 return new Setup\Objective\NullObjective();
78 return new Setup\Objective\NullObjective();
getStatusObjective(Setup\Metrics\Storage $storage)
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...
getArrayToConfigTransformation()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Refinery\Factory $refinery)
getBuildArtifactObjective()
Refinery Factory $refinery
A configuration for the setup.
Richard Klees richard.klees@concepts-and-training.de