MediaWiki REL1_35
MediaWiki\Page\Hook\ArticleProtectCompleteHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Page\Hook\ArticleProtectCompleteHook:

Public Member Functions

 onArticleProtectComplete ( $wikiPage, $user, $protect, $reason)
 This hook is called after an article is protected.
 

Detailed Description

Stable to implement.

Definition at line 12 of file ArticleProtectCompleteHook.php.

Member Function Documentation

◆ onArticleProtectComplete()

MediaWiki\Page\Hook\ArticleProtectCompleteHook::onArticleProtectComplete (   $wikiPage,
  $user,
  $protect,
  $reason 
)

This hook is called after an article is protected.

Since
1.35
Parameters
WikiPage$wikiPageWikiPage that was protected
User$userUser who did the protection
array$protectSet of restriction keys
string$reasonReason for protect
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: