MediaWiki  master
IRCLineURLHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 use RecentChange;
6 
14 interface IRCLineURLHook {
26  public function onIRCLineURL( &$url, &$query, $rc );
27 }
Utility class for creating new RC entries.
This is a hook handler interface, see docs/Hooks.md.
onIRCLineURL(&$url, &$query, $rc)
This hook is called when constructing the URL to use in an IRC notification.