|
MediaWiki
REL1_23
|
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 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.