Manuel:Hooks/Sauvegarde des dernières modifications
RecentChange_save | |
---|---|
Disponible depuis version 1.8.0 appelé à la fin de RecentChange::save() | |
Fonction à définir : | public static function onRecentChange_save( RecentChange &$recentChange ) { ... }
|
Attacher l'accroche : | Dans extension.json :
{
"Hooks": {
"RecentChange_save": "MediaWiki\\Extension\\MyExtension\\Hooks::onRecentChangesave"
}
}
|
Appelé de : | Fichier(s) : changes/RecentChange.php |
Interface : | RecentChange_saveHook.php |
Pour plus d'information sur l'ajout des accroches (hooks), voir Accroches .
Pour des exemples d'extensions utilisant cette accroche, voir Category:RecentChange_save extensions/fr .
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.
Détails
- $recentChange: objet RecentChange