MediaWiki master
IRCLineURLHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
14interface 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 RCFeed notification.