MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onBeforeResetNotificationTimestamp (&$userObj, &$titleObj, $force, &$oldid) | |
This hook is called before the notification timestamp of a watched item is reset. | |
Stable to implement.
Definition at line 12 of file BeforeResetNotificationTimestampHook.php.
MediaWiki\Hook\BeforeResetNotificationTimestampHook::onBeforeResetNotificationTimestamp | ( | & | $userObj, |
& | $titleObj, | ||
$force, | |||
& | $oldid | ||
) |
This hook is called before the notification timestamp of a watched item is reset.
User | &$userObj | |
Title | &$titleObj | |
string | $force | If this is the string "force", then the reset will be done even if the page is not watched |
int | &$oldid | Revision ID |
Implemented in MediaWiki\HookContainer\HookRunner.