MediaWiki  REL1_19
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 118 of file StubObject.php.


Constructor & Destructor Documentation

Definition at line 120 of file StubObject.php.

References wfDeprecated().

Here is the call graph for this function:


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

Reimplemented from StubObject.

Definition at line 125 of file StubObject.php.

References StubObject\_call().

Here is the call graph for this function:

Returns:
Language

Reimplemented from StubObject.

Definition at line 132 of file StubObject.php.

References $wgLanguageCode, and Language\factory().

Here is the call graph for this function:


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