MediaWiki master
SpecialPageAfterExecuteHook.php
Go to the documentation of this file.
1<?php
2
4
6
24 public function onSpecialPageAfterExecute( $special, $subPage );
25}
Parent class for all special pages.
This is a hook handler interface, see docs/Hooks.md.
onSpecialPageAfterExecute( $special, $subPage)
This hook is called after SpecialPage::execute.