|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilMathJaxConfigCheckedObjective:
Collaboration diagram for ilMathJaxConfigCheckedObjective:Public Member Functions | |
| __construct (?\ilMathJaxSetupConfig $setup_config=null) | |
| getHash () | |
| getLabel () | |
| isNotable () | |
| getPreconditions (Setup\Environment $environment) | |
| isApplicable (Setup\Environment $environment) | |
Protected Member Functions | |
| checkClientScriptUrl (ilMathJaxConfig $config, Setup\AdminInteraction $interaction) | |
| Check if an outdated script URL is used and try to correct it. More... | |
Protected Attributes | |
| ilMathJaxSetupConfig | $setup_config = null |
Definition at line 23 of file class.ilMathJaxConfigCheckedObjective.php.
| ilMathJaxConfigCheckedObjective::__construct | ( | ?\ilMathJaxSetupConfig | $setup_config = null | ) |
Definition at line 27 of file class.ilMathJaxConfigCheckedObjective.php.
References $setup_config.
|
protected |
Check if an outdated script URL is used and try to correct it.
Return a config object which has to be saved, if changes are made
Definition at line 81 of file class.ilMathJaxConfigCheckedObjective.php.
References ilMathJaxConfig\getClientScriptUrl(), ilMathJaxConfig\isClientEnabled(), and ilMathJaxConfig\withClientScriptUrl().
Referenced by getPreconditions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMathJaxConfigCheckedObjective::getHash | ( | ) |
Definition at line 32 of file class.ilMathJaxConfigCheckedObjective.php.
| ilMathJaxConfigCheckedObjective::getLabel | ( | ) |
Definition at line 37 of file class.ilMathJaxConfigCheckedObjective.php.
| ilMathJaxConfigCheckedObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 47 of file class.ilMathJaxConfigCheckedObjective.php.
References checkClientScriptUrl(), and ilMathJaxConfigSettingsRepository\updateConfig().
Here is the call graph for this function:| ilMathJaxConfigCheckedObjective::isApplicable | ( | Setup\Environment | $environment | ) |
Definition at line 68 of file class.ilMathJaxConfigCheckedObjective.php.
| ilMathJaxConfigCheckedObjective::isNotable | ( | ) |
Definition at line 42 of file class.ilMathJaxConfigCheckedObjective.php.
|
protected |
Definition at line 25 of file class.ilMathJaxConfigCheckedObjective.php.
Referenced by __construct().