MediaWiki
REL1_35
BeforeResetNotificationTimestampHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
use
User
;
7
12
interface
BeforeResetNotificationTimestampHook
{
26
public
function
onBeforeResetNotificationTimestamp
( &$userObj, &$titleObj,
27
$force, &$oldid
28
);
29
}
Title
Represents a title within MediaWiki.
Definition
Title.php:42
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition
User.php:60
MediaWiki\Hook\BeforeResetNotificationTimestampHook
Stable to implement.
Definition
BeforeResetNotificationTimestampHook.php:12
MediaWiki\Hook\BeforeResetNotificationTimestampHook\onBeforeResetNotificationTimestamp
onBeforeResetNotificationTimestamp(&$userObj, &$titleObj, $force, &$oldid)
This hook is called before the notification timestamp of a watched item is reset.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
watcheditem
Hook
BeforeResetNotificationTimestampHook.php
Generated on Sat Apr 6 2024 00:08:07 for MediaWiki by
1.9.8