MediaWiki
1.23.2
|
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... | |
Definition at line 2336 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 2346 of file Linker.php.