26 return hash(
"sha256", self::class);
31 return "Store configuration of Services/MediaObject";
48 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
50 $ini->setVariable(
"tools",
"ffmpeg", $this->config->getPathToFFMPEG());
53 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
64 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
66 return $ini->readVariable(
"tools",
"ffmpeg") !== $this->config->getPathToFFMPEG();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.