MediaWiki REL1_35
ArticlePurgeHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use WikiPage;
6
20 public function onArticlePurge( $wikiPage );
21}
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
onArticlePurge( $wikiPage)
This hook is called before executing "&action=purge".