MediaWiki master
UnwatchArticleHook.php
Go to the documentation of this file.
1<?php
2
4
8
28 public function onUnwatchArticle( $user, $page, &$status );
29}
30
32class_alias( UnwatchArticleHook::class, 'MediaWiki\\Hook\\UnwatchArticleHook' );
Base representation for an editable wiki page.
Definition WikiPage.php:82
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition Status.php:44
This is a hook handler interface, see docs/Hooks.md.
onUnwatchArticle( $user, $page, &$status)
This hook is called before a watch is removed from an article.
Interface for objects representing user identity.