|
MediaWiki
REL1_23
|
Static Public Member Functions | |
| static | call ($callback) |
| static | callArray ($callback, $argsarams) |
| static | newObj ($class, $args=array()) |
Definition at line 23 of file MWFunction.php.
| static MWFunction::call | ( | $ | callback | ) | [static] |
| $callback |
Definition at line 30 of file MWFunction.php.
References wfDeprecated().
| static MWFunction::callArray | ( | $ | callback, |
| $ | argsarams | ||
| ) | [static] |
| $callback | |
| $argsarams |
Definition at line 43 of file MWFunction.php.
References wfDeprecated().
| static MWFunction::newObj | ( | $ | class, |
| $ | args = array() |
||
| ) | [static] |
| $class | |
| $args | array |
Definition at line 54 of file MWFunction.php.
Referenced by StubObject\_newObject(), SpecialPageFactory\getPage(), and MWFunctionTest\testNewObjFunction().