Inherits StubObject.
Public Member Functions | |
__construct () | |
__call ($name, $args) | |
Function called by PHP if no function with that name exists in this object. | |
_newObject () | |
Create a new object to replace this stub object. |
This object have to be in $wgContLang global.
Definition at line 110 of file StubObject.php.
StubContLang::__construct | ( | ) |
Definition at line 112 of file StubObject.php.
StubContLang::__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 array of arguments |
Reimplemented from StubObject.
Definition at line 116 of file StubObject.php.
References $args, $name, and StubObject::_call().
StubContLang::_newObject | ( | ) |
Create a new object to replace this stub object.
Reimplemented from StubObject.
Definition at line 120 of file StubObject.php.
References $obj, $wgContLanguageCode, and Language::factory().