MediaWiki
1.28.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 172 of file HooksTest.php.
NothingClass::onMediaWikiHooksTest001 | ( | & | $foo, |
& | $bar | ||
) |
Definition at line 189 of file HooksTest.php.
NothingClass::someNonStatic | ( | & | $foo, |
& | $bar | ||
) |
Definition at line 181 of file HooksTest.php.
NothingClass::someNonStaticWithData | ( | $data, | |
& | $foo, | ||
& | $bar | ||
) |
Definition at line 196 of file HooksTest.php.
|
static |
Definition at line 175 of file HooksTest.php.
NothingClass::$calls = 0 |
Definition at line 173 of file HooksTest.php.