26 return hash(
"sha256", self::class);
31 return "Store configuration of Services/MediaObject";
41 $common_config = $environment->getConfigFor(
"common");
49 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
51 $ini->setVariable(
"tools",
"ffmpeg", $this->config->getPathToFFMPEG());
54 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
An environment holds resources to be used in the setup process.