|
ILIAS
release_8 Revision v8.24
|
Class for calling theMathJax server The server calls use cURL, if the extension is loaded, otherwise allow_url_fopen must be set in the php.ini. More...
Collaboration diagram for ilMathJaxServer:Public Member Functions | |
| __construct (ilMathJaxConfig $config) | |
| Constructor. More... | |
| call (array $options) | |
| Call the mathjax server. More... | |
Protected Attributes | |
| ilMathJaxConfig | $config |
Class for calling theMathJax server The server calls use cURL, if the extension is loaded, otherwise allow_url_fopen must be set in the php.ini.
Definition at line 25 of file class.ilMathJaxServer.php.
| ilMathJaxServer::__construct | ( | ilMathJaxConfig | $config | ) |
Constructor.
Definition at line 32 of file class.ilMathJaxServer.php.
References $config.
| ilMathJaxServer::call | ( | array | $options | ) |
Call the mathjax server.
| array | $options | will be sent json encoded to the server |
| ilMathJaxException |
Definition at line 43 of file class.ilMathJaxServer.php.
References $response.
|
protected |
Definition at line 27 of file class.ilMathJaxServer.php.
Referenced by __construct().