| 1 | <?php |
||
| 10 | class Hooks {
|
||
| 11 | /** |
||
| 12 | * Register Page Forms Input Type |
||
| 13 | * |
||
| 14 | * This is attached to the MediaWiki 'ParserFirstCallInit' hook. |
||
| 15 | * |
||
| 16 | * @param $parser Parser |
||
| 17 | * @return bool |
||
| 18 | */ |
||
| 19 | public static function onSemanticFormsSelectSetup ( & $parser ) {
|
||
| 31 | |||
| 32 | public static function onRegistration() {
|
||
| 38 | } |
||
| 39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.