MediaWiki master
RecentChange_saveHook.php
Go to the documentation of this file.
1<?php
2
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
7
24 public function onRecentChange_save( $recentChange );
25}
26
28class_alias( RecentChange_saveHook::class, 'MediaWiki\\Hook\\RecentChange_saveHook' );
Utility class for creating and reading rows in the recentchanges table.
This is a hook handler interface, see docs/Hooks.md.
onRecentChange_save( $recentChange)
This hook is called at the end of RecentChange::save().