MediaWiki
REL1_21
|
Public Member Functions | |
onMediaWikiHooksTest001 (&$foo, &$bar) | |
someNonStatic (&$foo, &$bar) | |
someNonStaticWithData ($foo, &$bar) | |
Static Public Member Functions | |
static | someStatic (&$foo, &$bar) |
Public Attributes | |
$calls = 0 |
Definition at line 111 of file HooksTest.php.
NothingClass::onMediaWikiHooksTest001 | ( | &$ | foo, |
&$ | bar | ||
) |
Definition at line 126 of file HooksTest.php.
NothingClass::someNonStatic | ( | &$ | foo, |
&$ | bar | ||
) |
Definition at line 119 of file HooksTest.php.
NothingClass::someNonStaticWithData | ( | $ | foo, |
&$ | bar | ||
) |
Definition at line 132 of file HooksTest.php.
static NothingClass::someStatic | ( | &$ | foo, |
&$ | bar | ||
) | [static] |
Definition at line 114 of file HooksTest.php.
NothingClass::$calls = 0 |
Definition at line 112 of file HooksTest.php.