MediaWiki
REL1_19
|
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. |
Definition at line 2079 of file Linker.php.
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.
$fname | String Name of called method |
$args | Array Arguments to the method |
Definition at line 2088 of file Linker.php.
References $fname.