< Manual:Hooks
| MathMLChanged | |
|---|---|
| Available from version 1.23.0 (Gerrit change 117840) Is called before the MathML property is changed can be used e.g. for compression, normalization or introduction of custom hyperlinks etc. | |
| Define function: | public static function onMathMLChanged( &$this , &$mathml ) { ... }
|
| Attach hook: | In extension.json:
{
"Hooks": {
"MathMLChanged": "MyExtensionHooks::onMathMLChanged"
}
}
|
| Called from: | File(s): |
| Interface: | MathMLChangedHook.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:MathMLChanged extensions.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.