ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
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...
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 | ) |
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().