ILIAS
release_8 Revision v8.19
|
Factory for objects used by ilMathJax. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
server (ilMathJaxConfig $config) | |
Create an ilMathJaxServer object. More... | |
image (string $a_tex, string $a_type, int $a_dpi) | |
Create an ilMathJaxImage object. More... | |
template () | |
Get the global template. More... | |
Protected Attributes | |
ilGlobalTemplateInterface | $template |
Factory for objects used by ilMathJax.
Definition at line 24 of file class.ilMathJaxFactory.php.
ilMathJaxFactory::__construct | ( | ) |
ilMathJaxFactory::image | ( | string | $a_tex, |
string | $a_type, | ||
int | $a_dpi | ||
) |
Create an ilMathJaxImage object.
Definition at line 48 of file class.ilMathJaxFactory.php.
ilMathJaxFactory::server | ( | ilMathJaxConfig | $config | ) |
Create an ilMathJaxServer object.
Definition at line 40 of file class.ilMathJaxFactory.php.
ilMathJaxFactory::template | ( | ) |
Get the global template.
Definition at line 56 of file class.ilMathJaxFactory.php.
References $template.
|
protected |
Definition at line 26 of file class.ilMathJaxFactory.php.
Referenced by template().