|
MediaWiki
REL1_19
|
Public Member Functions | |
| onMediaWikiHooksTest001 (&$foo, &$bar) | |
| someNonStatic (&$foo, &$bar) | |
| someNonStaticWithData ($foo, &$bar) | |
Static Public Member Functions | |
| static | someStatic (&$foo, &$bar) |
Definition at line 81 of file HooksTest.php.
| NothingClass::onMediaWikiHooksTest001 | ( | &$ | foo, |
| &$ | bar | ||
| ) |
Definition at line 93 of file HooksTest.php.
| NothingClass::someNonStatic | ( | &$ | foo, |
| &$ | bar | ||
| ) |
Definition at line 87 of file HooksTest.php.
| NothingClass::someNonStaticWithData | ( | $ | foo, |
| &$ | bar | ||
| ) |
Definition at line 98 of file HooksTest.php.
| static NothingClass::someStatic | ( | &$ | foo, |
| &$ | bar | ||
| ) | [static] |
Definition at line 82 of file HooksTest.php.