ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilCertificateMathJaxHelper Class Reference
+ Collaboration diagram for ilCertificateMathJaxHelper:

Public Member Functions

 fillXlsFoContent ($xslfo)
 

Detailed Description

Author
Niels Theen nthee.nosp@m.n@da.nosp@m.tabay.nosp@m..de

Definition at line 7 of file ilCertificateMathJaxHelper.php.

Member Function Documentation

◆ fillXlsFoContent()

ilCertificateMathJaxHelper::fillXlsFoContent (   $xslfo)

Definition at line 9 of file ilCertificateMathJaxHelper.php.

References ilMathJax\getInstance(), ilMathJax\PURPOSE_PDF, and ilMathJax\RENDER_PNG_AS_FO_FILE.

10  {
11  $xlsfo = ilMathJax::getInstance()
13  ->setRendering(ilMathJax::RENDER_PNG_AS_FO_FILE)
14  ->insertLatexImages($xslfo);
15 
16  return $xlsfo;
17  }
const PURPOSE_PDF
const RENDER_PNG_AS_FO_FILE
static getInstance()
Singleton: get instance.
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: