MediaWiki  REL1_20
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 140 of file StubObject.php.


Constructor & Destructor Documentation

Definition at line 142 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:
$nameString: name of the function called
$argsArray: arguments
Returns:
mixed

Reimplemented from StubObject.

Definition at line 147 of file StubObject.php.

References StubObject\_call().

Returns:
Language

Reimplemented from StubObject.

Definition at line 154 of file StubObject.php.

References Language\factory().


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