MediaWiki master
ArticleProtectCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
7
27 public function onArticleProtectComplete( $wikiPage, $user, $protect, $reason );
28}
Base representation for an editable wiki page.
Definition WikiPage.php:93
User class for the MediaWiki software.
Definition User.php:121
This is a hook handler interface, see docs/Hooks.md.
onArticleProtectComplete( $wikiPage, $user, $protect, $reason)
This hook is called after an article is protected.