|
ILIAS
release_8 Revision v8.24
|
Factory for objects used by ilMathJax. More...
Collaboration diagram for ilMathJaxFactory: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 | ( | ) |
Constructor.
Definition at line 31 of file class.ilMathJaxFactory.php.
References $DIC.
| 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.
References $config.
| 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().