MediaWiki  REL1_22
StubUserLang Class Reference

Stub object for the user language. More...

Inheritance diagram for StubUserLang:
Collaboration diagram for StubUserLang:

List of all members.

Public Member Functions

 __call ($name, $args)
 Function called by PHP if no function with that name exists in this object.
 __construct ()
 _newObject ()

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 192 of file StubObject.php.


Member Function Documentation

StubUserLang::__call ( name,
args 
)

Function called by PHP if no function with that name exists in this object.

Parameters:
string$namename of the function called
array$argsarguments
Returns:
mixed

Reimplemented from StubObject.

Definition at line 196 of file StubObject.php.

References $name, and StubObject\_call().

Returns:
Language

Reimplemented from StubObject.

Definition at line 203 of file StubObject.php.

References RequestContext\getMain().


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