MediaWiki REL1_35
UnwatchArticleCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use User;
6use WikiPage;
7
22 public function onUnwatchArticleComplete( $user, $page );
23}
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
onUnwatchArticleComplete( $user, $page)
This hook is called after a watch is removed from an article.