MediaWiki  1.27.2
StubUserLang Class Reference

Stub object for the user language. More...

Inheritance diagram for StubUserLang:
Collaboration diagram for StubUserLang:

Public Member Functions

 __construct ()
 
 _newObject ()
 
 findVariantLink (&$link, &$nt, $ignoreOtherCond=false)
 Call Language::findVariantLink after unstubbing $wgLang. More...
 
- Public Member Functions inherited from StubObject
 __call ($name, $args)
 Function called by PHP if no function with that name exists in this object. More...
 
 __construct ($global=null, $class=null, $params=[])
 Constructor. More...
 
 _call ($name, $args)
 Function called if any function exists with that name in this object. More...
 
 _newObject ()
 Create a new object to replace this stub object. More...
 
 _unstub ($name= '_unstub', $level=2)
 This function creates a new object of the real class and replace it in the global variable. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from StubObject
static isRealObject ($obj)
 Returns a bool value whenever $obj is a stub object. More...
 
static unstub (&$obj)
 Unstubs an object, if it is a stub object. More...
 
- Protected Attributes inherited from StubObject
null string $class
 
null string $global
 
array $params
 

Detailed Description

Stub object for the user language.

Assigned to the $wgLang global.

Definition at line 169 of file StubObject.php.

Constructor & Destructor Documentation

StubUserLang::__construct ( )

Definition at line 171 of file StubObject.php.

Member Function Documentation

StubUserLang::_newObject ( )
Returns
Language

Definition at line 196 of file StubObject.php.

References RequestContext\getMain().

StubUserLang::findVariantLink ( $link,
$nt,
  $ignoreOtherCond = false 
)

Call Language::findVariantLink after unstubbing $wgLang.

This method is implemented with a full signature rather than relying on __call so that the pass-by-reference signature of the proxied method is honored.

Parameters
string&$linkThe name of the link
Title&$ntThe title object of the link
bool$ignoreOtherCondTo disable other conditions when we need to transclude a template or update a category's link

Definition at line 187 of file StubObject.php.

References $link, $wgLang, StubObject\_unstub(), and global.


The documentation for this class was generated from the following file: