MediaWiki
master
ArticleProtectHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
MediaWiki\Page\WikiPage
;
6
use
MediaWiki\User\User
;
7
15
interface
ArticleProtectHook
{
27
public
function
onArticleProtect
( $wikiPage, $user, $protect, $reason );
28
}
MediaWiki\Page\WikiPage
Base representation for an editable wiki page.
Definition
WikiPage.php:92
MediaWiki\User\User
User class for the MediaWiki software.
Definition
User.php:120
MediaWiki\Page\Hook\ArticleProtectHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ArticleProtectHook.php:15
MediaWiki\Page\Hook\ArticleProtectHook\onArticleProtect
onArticleProtect( $wikiPage, $user, $protect, $reason)
This hook is called before an article is protected.
MediaWiki\Page\Hook
Definition
Article__MissingArticleConditionsHook.php:3
includes
page
Hook
ArticleProtectHook.php
Generated on Fri Apr 4 2025 14:40:02 for MediaWiki by
1.10.0