| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 | ) | 
| 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().