MediaWiki REL1_35
ArticleEditUpdateNewTalkHook.php
Go to the documentation of this file.
1<?php
2
4
5use User;
6use WikiPage;
7
23 public function onArticleEditUpdateNewTalk( $wikiPage, $recipient );
24}
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
onArticleEditUpdateNewTalk( $wikiPage, $recipient)
This hook is called before updating user_newtalk when a user talk page was changed.