ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilCertificateMathJaxHelper Class Reference
+ Collaboration diagram for ilCertificateMathJaxHelper:

Public Member Functions

 fillXlsFoContent (string $xslfo)
 

Detailed Description

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

Definition at line 24 of file ilCertificateMathJaxHelper.php.

Member Function Documentation

◆ fillXlsFoContent()

ilCertificateMathJaxHelper::fillXlsFoContent ( string  $xslfo)

Definition at line 26 of file ilCertificateMathJaxHelper.php.

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

26  : string
27  {
28  return ilMathJax::getInstance()
30  ->setRendering(ilMathJax::RENDER_PNG_AS_FO_FILE)
31  ->insertLatexImages($xslfo);
32  }
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.
+ Here is the call graph for this function:

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