MediaWiki  1.23.15
DummyLinker Class Reference

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. More...
 

Detailed Description

Since
1.18

Definition at line 2345 of file Linker.php.

Member Function Documentation

◆ __call()

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 2355 of file Linker.php.

References $args, $fname, and array().


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