手册:钩子/RecentChange_save
RecentChange_save | |
---|---|
自version 1.8.0 版可用 在RecentChange::save()末尾调用 | |
定义函数: | public static function onRecentChange_save( RecentChange &$recentChange ) { ... }
|
附加钩子: | 在extension.json中:
{
"Hooks": {
"RecentChange_save": "MediaWiki\\Extension\\MyExtension\\Hooks::onRecentChangesave"
}
}
|
调用自: | 文件: changes/RecentChange.php |
介面: | RecentChange_saveHook.php |
更多有关附加钩子的信息,请参见Manual:Hooks 。
有关使用此钩子的扩展示例,请参见Category:RecentChange_save extensions/zh。
Hook to run once something is published to RecentChanges. This includes things published to "irc" RC feeds which might not be included in normal RecentChanges.
细节
- $recentChange: 最近更改对象