MediaWiki REL1_35
SpecialPageBeforeExecuteHook.php
Go to the documentation of this file.
1<?php
2
4
6
21 public function onSpecialPageBeforeExecute( $special, $subPage );
22}
Parent class for all special pages.
onSpecialPageBeforeExecute( $special, $subPage)
This hook is called before SpecialPage::execute.