MediaWiki
1.23.2
|
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 142 of file HooksTest.php.
NothingClass::onMediaWikiHooksTest001 | ( | & | $foo, |
& | $bar | ||
) |
Definition at line 159 of file HooksTest.php.
NothingClass::someNonStatic | ( | & | $foo, |
& | $bar | ||
) |
Definition at line 151 of file HooksTest.php.
NothingClass::someNonStaticWithData | ( | $data, | |
& | $foo, | ||
& | $bar | ||
) |
Definition at line 166 of file HooksTest.php.
|
static |
Definition at line 145 of file HooksTest.php.
NothingClass::$calls = 0 |
Definition at line 143 of file HooksTest.php.