22 return hash(
"sha256", self::class);
27 return "Store configuration of Services/MathJax";
44 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
46 $ini->setVariable(
"tools",
"latex", $this->config->getPathToLatexCGI());
49 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
60 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
62 return $ini->readVariable(
"tools",
"latex") !== $this->config->getPathToLatexCGI();
__construct(\ilMathJaxSetupConfig $config)
getPreconditions(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
achieve(Setup\Environment $environment)
An environment holds resources to be used in the setup process.