Manual:Hooks/RecentChange save

From MediaWiki.org

Jump to: navigation, search
RecentChange_save
Available from version 1.8.0
called at the end of RecentChange::save()

*Define function:
function fnMyHook( $recentChange ) { ... }

*Attach hook:
$wgHooks['RecentChange_save'][] = 'fnMyHook';
Called from: RecentChange.php

*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:RecentChange_save extensions.


[edit] Details

  • $recentChange: RecentChange object