|
MediaWiki
REL1_22
|
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 128 of file HooksTest.php.
| NothingClass::onMediaWikiHooksTest001 | ( | &$ | foo, |
| &$ | bar | ||
| ) |
Definition at line 145 of file HooksTest.php.
| NothingClass::someNonStatic | ( | &$ | foo, |
| &$ | bar | ||
| ) |
Definition at line 137 of file HooksTest.php.
| NothingClass::someNonStaticWithData | ( | $ | data, |
| &$ | foo, | ||
| &$ | bar | ||
| ) |
Definition at line 152 of file HooksTest.php.
| static NothingClass::someStatic | ( | &$ | foo, |
| &$ | bar | ||
| ) | [static] |
Definition at line 131 of file HooksTest.php.
| NothingClass::$calls = 0 |
Definition at line 129 of file HooksTest.php.