MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onIRCLineURL (&$url, &$query, $rc) | |
This hook is called when constructing the URL to use in an IRC notification. | |
Stable to implement.
Definition at line 11 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.