MediaWiki REL1_37
ArticlePurgeHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use WikiPage;
6
23 public function onArticlePurge( $wikiPage );
24}
Class representing a MediaWiki article and history.
Definition WikiPage.php:60
This is a hook handler interface, see docs/Hooks.md.
onArticlePurge( $wikiPage)
This hook is called before executing "&action=purge".