MediaWiki  REL1_19
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 2079 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:
$fnameString Name of called method
$argsArray Arguments to the method

Definition at line 2088 of file Linker.php.

References $fname.


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