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
70 if ($config !== null) {
73 return new Setup\Objective\NullObjective();
78 return new Setup\Objective\NullObjective();
83 return new Setup\ObjectiveCollection(
84 'Component MediaObjects',
getStatusObjective(Setup\Metrics\Storage $storage)
An objective is a desired state of the system that is supposed to be created by the setup...
Class ChatMainBarProvider .
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