Manual:Hooks/RecentChange save/tr

Category:MediaWiki hooks/tr#RecentChange save Category:Hooks added in MediaWiki 1.8.0/tr#RecentChange save
RecentChange_save
Available from sürüm 1.8.0
RecentChange::save() sonunda aradı
İşlevi tanımlayın:
public static function onRecentChange_save( RecentChange &$recentChange ) { ... }
Ek kancası extension.json sürümünde:
{
	"Hooks": {
		"RecentChange_save": "MediaWiki\\Extension\\MyExtension\\Hooks::onRecentChangesave"
	}
}
Çağrıdan: Dosya(lar): changes/RecentChange.phpCategory:MediaWiki hooks included in RecentChange.php#tr
Arayüz: RecentChange_saveHook.php

Kancaların takılmasıyla ilgili daha fazla bilgi için Manual:Hooks sayfasına bakın.
Bu kancayı kullanan uzantı örnekleri için Category:RecentChange_save extensions/tr sayfasına bakın.

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.

Ayrıntılar

  • $recentChange: RecentChange nesnesi

See also

Category:Recent changes/tr
Category:Hooks added in MediaWiki 1.8.0/tr Category:MediaWiki hooks/tr Category:MediaWiki hooks included in RecentChange.php Category:Recent changes/tr