MediaWiki
REL1_22
|
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 2444 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.
string | $fname | Name of called method |
array | $args | Arguments to the method |
Definition at line 2454 of file Linker.php.