MediaWiki
REL1_35
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
12
interface
RecentChange_saveHook
{
21
public
function
onRecentChange_save
( $recentChange );
22
}
RecentChange
Utility class for creating new RC entries.
Definition
RecentChange.php:72
MediaWiki\Hook\RecentChange_saveHook
Stable to implement.
Definition
RecentChange_saveHook.php:12
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 Sat Apr 6 2024 00:07:00 for MediaWiki by
1.9.8