MediaWiki
REL1_20
|
Static Public Member Functions | |
static | call ($callback) |
static | callArray ($callback, $argsarams) |
static | newObj ($class, $args=array()) |
Static Protected Member Functions | |
static | cleanCallback ($callback) |
Definition at line 23 of file MWFunction.php.
static MWFunction::call | ( | $ | callback | ) | [static] |
$callback |
Definition at line 53 of file MWFunction.php.
References cleanCallback().
Referenced by MWFunctionTest\testCallingParentFails(), MWFunctionTest\testCallingSelfFails(), and MWFunctionTest\testCallUserFuncWorkarounds().
static MWFunction::callArray | ( | $ | callback, |
$ | argsarams | ||
) | [static] |
$callback | |
$argsarams |
Definition at line 66 of file MWFunction.php.
References cleanCallback().
Referenced by MWFunctionTest\testCallUserFuncWorkarounds(), GlobalTest\testFallbackMbstringFunctions(), and wfMessageFallback().
static MWFunction::cleanCallback | ( | $ | callback | ) | [static, protected] |
$callback |
MWException |
Definition at line 30 of file MWFunction.php.
Referenced by call(), and callArray().
static MWFunction::newObj | ( | $ | class, |
$ | args = array() |
||
) | [static] |
$class | |
$args | array |
Definition at line 76 of file MWFunction.php.
Referenced by StubObject\_newObject(), SpecialPageFactory\getPage(), MWFunctionTest\testNewObjFunction(), and wfCreateObject().