MediaWiki
REL1_37
BeforeResetNotificationTimestampHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
use
User
;
7
15
interface
BeforeResetNotificationTimestampHook
{
29
public
function
onBeforeResetNotificationTimestamp
( &$userObj, &$titleObj,
30
$force, &$oldid
31
);
32
}
Title
Represents a title within MediaWiki.
Definition
Title.php:48
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition
User.php:69
MediaWiki\Hook\BeforeResetNotificationTimestampHook
This is a hook handler interface, see docs/Hooks.md.
Definition
BeforeResetNotificationTimestampHook.php:15
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 Fri Apr 5 2024 23:41:06 for MediaWiki by
1.9.8