MediaWiki
REL1_22
|
Stub object for the user language. More...
Public Member Functions | |
__call ($name, $args) | |
Function called by PHP if no function with that name exists in this object. | |
__construct () | |
_newObject () |
Stub object for the user language.
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 190 of file StubObject.php.
Definition at line 192 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 | arguments |
Reimplemented from StubObject.
Definition at line 196 of file StubObject.php.
References $name, and StubObject\_call().
Reimplemented from StubObject.
Definition at line 203 of file StubObject.php.
References RequestContext\getMain().