< Manual:Hooks
RecentChange_save | |
---|---|
Available from version 1.8.0 called at the end of RecentChange::save() | |
Define function: | public static function onRecentChange_save( RecentChange &$recentChange ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"RecentChange_save": "MyExtensionHooks::onRecentChangesave"
}
}
|
Called from: | File(s): changes/RecentChange.php |
Interface: | RecentChange_saveHook.php |
For more information about attaching hooks, see Manual:Hooks
For examples of extensions using this hook, see Category:RecentChange_save extensions.
Details
- $recentChange: RecentChange object
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.