ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
interface.ilMathJaxConfigRespository.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
interface
ilMathJaxConfigRespository
22
{
26
public
function
getConfig
():
ilMathJaxConfig
;
27
31
public
function
updateConfig
(
ilMathJaxConfig
$config
): void;
32
}
ilMathJaxConfigRespository\getConfig
getConfig()
Get the MathJax Configuration.
$config
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition:
metadata.php:85
ilMathJaxConfig
Global Mathjax configuration.
Definition:
class.ilMathJaxConfig.php:24
ilMathJaxConfigRespository\updateConfig
updateConfig(ilMathJaxConfig $config)
Update the MathJax Configuration.
ilMathJaxConfigRespository
Definition:
interface.ilMathJaxConfigRespository.php:21
Services
MathJax
interfaces
interface.ilMathJaxConfigRespository.php
Generated on Wed Sep 3 2025 22:02:32 for ILIAS by
1.8.13 (using
Doxyfile
)