ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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.
ilMathJaxConfig
Global Mathjax configuration.
Definition:
class.ilMathJaxConfig.php:24
ilMathJaxConfigRespository\updateConfig
updateConfig(ilMathJaxConfig $config)
Update the MathJax Configuration.
ilMathJaxConfigRespository
Definition:
interface.ilMathJaxConfigRespository.php:21
components
ILIAS
MathJax
interfaces
interface.ilMathJaxConfigRespository.php
Generated on Wed Sep 10 2025 15:15:57 for ILIAS by
1.8.13 (using
Doxyfile
)