MediaWiki
master
RecentChange_saveHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\RecentChanges\Hook
;
4
5
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6
use
MediaWiki\RecentChanges\RecentChange
;
7
15
interface
RecentChange_saveHook
{
24
public
function
onRecentChange_save
( $recentChange );
25
}
26
28
class_alias( RecentChange_saveHook::class,
'MediaWiki\\Hook\\RecentChange_saveHook'
);
MediaWiki\RecentChanges\RecentChange
Utility class for creating and reading rows in the recentchanges table.
Definition
RecentChange.php:91
MediaWiki\RecentChanges\Hook\RecentChange_saveHook
This is a hook handler interface, see docs/Hooks.md.
Definition
RecentChange_saveHook.php:15
MediaWiki\RecentChanges\Hook\RecentChange_saveHook\onRecentChange_save
onRecentChange_save( $recentChange)
This hook is called at the end of RecentChange::save().
MediaWiki\RecentChanges\Hook
Definition
AbortEmailNotificationHook.php:3
includes
RecentChanges
Hook
RecentChange_saveHook.php
Generated on Thu Nov 13 2025 14:26:27 for MediaWiki by
1.10.0