MediaWiki
master
IRCLineURLHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\RCFeed\Hook
;
4
5
use
MediaWiki\RecentChanges\RecentChange
;
6
14
interface
IRCLineURLHook
{
26
public
function
onIRCLineURL
( &
$url
, &$query, $rc );
27
}
28
30
class_alias( IRCLineURLHook::class,
'MediaWiki\\Hook\\IRCLineURLHook'
);
MediaWiki\RecentChanges\RecentChange
Utility class for creating and reading rows in the recentchanges table.
Definition
RecentChange.php:90
MediaWiki\RCFeed\Hook\IRCLineURLHook
This is a hook handler interface, see docs/Hooks.md.
Definition
IRCLineURLHook.php:14
MediaWiki\RCFeed\Hook\IRCLineURLHook\onIRCLineURL
onIRCLineURL(&$url, &$query, $rc)
This hook is called when constructing the URL to use in an RCFeed notification.
MediaWiki\RCFeed\Hook
Definition
IRCLineURLHook.php:3
$url
$url
Definition
opensearch_desc.php:23
includes
RCFeed
Hook
IRCLineURLHook.php
Generated on Wed Mar 11 2026 01:26:39 for MediaWiki by
1.10.0