Static Public Member Functions | |
static | register ($parser) |
static | defaultLinkHook ($parser, $holders, $markers, Title $title, $titleText, &$displayText=null, &$leadingColon=false) |
static | categoryLinkHook ($parser, $holders, $markers, Title $title, $titleText, &$sortText=null, &$leadingColon=false) |
Definition at line 7 of file CoreLinkFunctions.php.
static CoreLinkFunctions::categoryLinkHook | ( | $ | parser, | |
$ | holders, | |||
$ | markers, | |||
Title $ | title, | |||
$ | titleText, | |||
&$ | sortText = null , |
|||
&$ | leadingColon = false | |||
) | [static] |
Definition at line 26 of file CoreLinkFunctions.php.
References $wgContLang, Sanitizer::decodeCharReferences(), and Title::getDBkey().
static CoreLinkFunctions::defaultLinkHook | ( | $ | parser, | |
$ | holders, | |||
$ | markers, | |||
Title $ | title, | |||
$ | titleText, | |||
&$ | displayText = null , |
|||
&$ | leadingColon = false | |||
) | [static] |
Definition at line 13 of file CoreLinkFunctions.php.
static CoreLinkFunctions::register | ( | $ | parser | ) | [static] |
Definition at line 8 of file CoreLinkFunctions.php.
Referenced by Parser_LinkHooks::firstCallInit().