MediaWiki  REL1_22
DummyLinker Class Reference

List of all members.

Public Member Functions

 __call ($fname, $args)
 Use PHP's magic __call handler to transform instance calls to a dummy instance into static calls to the new Linker for backwards compatibility.

Detailed Description

Since:
1.18

Definition at line 2444 of file Linker.php.


Member Function Documentation

DummyLinker::__call ( fname,
args 
)

Use PHP's magic __call handler to transform instance calls to a dummy instance into static calls to the new Linker for backwards compatibility.

Parameters:
string$fnameName of called method
array$argsArguments to the method
Returns:
mixed

Definition at line 2454 of file Linker.php.

References $fname, and array().


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