MediaWiki master
WatchArticleCompleteHook.php
Go to the documentation of this file.
1<?php
2
4
7
25 public function onWatchArticleComplete( $user, $page );
26}
27
29class_alias( WatchArticleCompleteHook::class, 'MediaWiki\\Hook\\WatchArticleCompleteHook' );
Base representation for an editable wiki page.
Definition WikiPage.php:83
This is a hook handler interface, see docs/Hooks.md.
onWatchArticleComplete( $user, $page)
This hook is called after a watch is added to an article.
Interface for objects representing user identity.