MediaWiki
1.30.0
|
Public Member Functions | |
onMediaWikiHooksTest001 (&$foo, &$bar) | |
someNonStatic (&$foo, &$bar) | |
someNonStaticWithData ( $data, &$foo, &$bar) | |
Static Public Member Functions | |
static | someStatic (&$foo, &$bar) |
Public Attributes | |
$calls = 0 | |
Definition at line 215 of file HooksTest.php.
NothingClass::onMediaWikiHooksTest001 | ( | & | $foo, |
& | $bar | ||
) |
Definition at line 232 of file HooksTest.php.
NothingClass::someNonStatic | ( | & | $foo, |
& | $bar | ||
) |
Definition at line 224 of file HooksTest.php.
NothingClass::someNonStaticWithData | ( | $data, | |
& | $foo, | ||
& | $bar | ||
) |
Definition at line 239 of file HooksTest.php.
|
static |
Definition at line 218 of file HooksTest.php.
NothingClass::$calls = 0 |
Definition at line 216 of file HooksTest.php.