MediaWiki  REL1_21
StubContLang Class Reference

Stub object for the content language of this wiki. More...

Inheritance diagram for StubContLang:
Collaboration diagram for StubContLang:

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 content language of this wiki.

This object have to be in $wgContLang global.

Deprecated:
since 1.18

Definition at line 141 of file StubObject.php.


Constructor & Destructor Documentation

Definition at line 143 of file StubObject.php.

References wfDeprecated().


Member Function Documentation

StubContLang::__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 148 of file StubObject.php.

References $name, and StubObject\_call().

Returns:
Language

Reimplemented from StubObject.

Definition at line 155 of file StubObject.php.

References Language\factory(), and global.


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