29 parent::__construct(
'wgLang' );
48 $this->
_unstub(
'findVariantLink', 3 );
49 MediaWikiServices::getInstance()
50 ->getLanguageConverterFactory()
51 ->getLanguageConverter(
$wgLang )
52 ->findVariantLink( $link, $nt, $ignoreOtherCond );
59 return RequestContext::getMain()->getLanguage();
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Logs a warning that $function is deprecated.
Class to implement stub globals, which are globals that delay loading the their associated module cod...
_unstub( $name='_unstub', $level=2)
This function creates a new object of the real class and replace it in the global variable.
Stub object for the user language.
findVariantLink(&$link, &$nt, $ignoreOtherCond=false)
Call Language::findVariantLink after unstubbing $wgLang.