MediaWiki
REL1_40
RecentChange_saveHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6
use
RecentChange
;
7
15
interface
RecentChange_saveHook
{
24
public
function
onRecentChange_save
( $recentChange );
25
}
RecentChange
Utility class for creating new RC entries.
Definition
RecentChange.php:84
MediaWiki\Hook\RecentChange_saveHook
This is a hook handler interface, see docs/Hooks.md.
Definition
RecentChange_saveHook.php:15
MediaWiki\Hook\RecentChange_saveHook\onRecentChange_save
onRecentChange_save( $recentChange)
This hook is called at the end of RecentChange::save().
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
changes
Hook
RecentChange_saveHook.php
Generated on Thu Jun 27 2024 14:02:28 for MediaWiki by
1.10.0