Inherits StubObject.
Public Member Functions | |
__construct () | |
__call ($name, $args) | |
Function called by PHP if no function with that name exists in this object. | |
_newObject () | |
Create a new object to replace this stub object. |
It depends of the user preferences and "uselang" parameter that can be passed to index.php. This object have to be in $wgLang global.
Definition at line 134 of file StubObject.php.
StubUserLang::__construct | ( | ) |
Definition at line 136 of file StubObject.php.
StubUserLang::__call | ( | $ | name, | |
$ | args | |||
) |
Function called by PHP if no function with that name exists in this object.
String | $name name of the function called | |
Array | $args array of arguments |
Reimplemented from StubObject.
Definition at line 140 of file StubObject.php.
References $args, $name, and StubObject::_call().
StubUserLang::_newObject | ( | ) |
Create a new object to replace this stub object.
Reimplemented from StubObject.
Definition at line 144 of file StubObject.php.
References $code, $obj, $wgContLang, $wgContLanguageCode, $wgRequest, $wgUser, Language::factory(), and wfDebug().