MediaWiki
REL1_40
OldChangesListRecentChangesLineHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OldChangesList
;
6
use
RecentChange
;
7
15
interface
OldChangesListRecentChangesLineHook
{
31
public
function
onOldChangesListRecentChangesLine
( $changeslist, &$s, $rc,
32
&$classes, &$attribs
33
);
34
}
OldChangesList
Definition
OldChangesList.php:27
RecentChange
Utility class for creating new RC entries.
Definition
RecentChange.php:84
MediaWiki\Hook\OldChangesListRecentChangesLineHook
This is a hook handler interface, see docs/Hooks.md.
Definition
OldChangesListRecentChangesLineHook.php:15
MediaWiki\Hook\OldChangesListRecentChangesLineHook\onOldChangesListRecentChangesLine
onOldChangesListRecentChangesLine( $changeslist, &$s, $rc, &$classes, &$attribs)
Use this hook to customize a recent changes line.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
changes
Hook
OldChangesListRecentChangesLineHook.php
Generated on Thu Jun 27 2024 14:02:28 for MediaWiki by
1.10.0