Static Public Member Functions | |
| static | register ($parser) |
| static | pre ($text, $attribs, $parser) |
| static | html ($content, $attributes, $parser) |
| static | nowiki ($content, $attributes, $parser) |
| static | math ($content, $attributes, $parser) |
| static | gallery ($content, $attributes, $parser) |
Definition at line 3 of file CoreTagHooks.php.
| static CoreTagHooks::gallery | ( | $ | content, | |
| $ | attributes, | |||
| $ | parser | |||
| ) | [static] |
Definition at line 46 of file CoreTagHooks.php.
| static CoreTagHooks::html | ( | $ | content, | |
| $ | attributes, | |||
| $ | parser | |||
| ) | [static] |
| static CoreTagHooks::math | ( | $ | content, | |
| $ | attributes, | |||
| $ | parser | |||
| ) | [static] |
Definition at line 41 of file CoreTagHooks.php.
References $wgContLang, and MathRenderer::renderMath().
| static CoreTagHooks::nowiki | ( | $ | content, | |
| $ | attributes, | |||
| $ | parser | |||
| ) | [static] |
| static CoreTagHooks::pre | ( | $ | text, | |
| $ | attribs, | |||
| $ | parser | |||
| ) | [static] |
Definition at line 17 of file CoreTagHooks.php.
References StringUtils::delimiterReplace(), Xml::escapeTagsOnly(), Xml::openElement(), and Sanitizer::validateTagAttributes().
| static CoreTagHooks::register | ( | $ | parser | ) | [static] |
Definition at line 4 of file CoreTagHooks.php.
References $wgRawHtml, and $wgUseTeX.
Referenced by Parser::firstCallInit().
1.5.9