MediaWiki master
UnwatchArticleCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
25 public function onUnwatchArticleComplete( $user, $page );
26}
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.
onUnwatchArticleComplete( $user, $page)
This hook is called after a watch is removed from an article.