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