MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onIRCLineURL (&$url, &$query, $rc) | |
This hook is called when constructing the URL to use in an IRC notification. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "IRCLineURL" to register handlers implementing this interface.
Definition at line 14 of file IRCLineURLHook.php.
MediaWiki\Hook\IRCLineURLHook::onIRCLineURL | ( | & | $url, |
& | $query, | ||
$rc | |||
) |
This hook is called when constructing the URL to use in an IRC notification.
Callee may modify $url and $query; URL will be constructed as $url . $query
string | &$url | URL to index.php |
string | &$query | Query string |
RecentChange | $rc | RecentChange object that triggered URL generation |
Implemented in MediaWiki\HookContainer\HookRunner.