ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilCertificateMathJaxHelper.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
25 {
26  public function fillXlsFoContent(string $xslfo): string
27  {
28  return ilMathJax::getInstance()
30  ->setRendering(ilMathJax::RENDER_PNG_AS_FO_FILE)
31  ->insertLatexImages($xslfo);
32  }
33 }
const PURPOSE_PDF
const RENDER_PNG_AS_FO_FILE
static getInstance()
Singleton: get instance for use in ILIAS requests with a config loaded from the settings.