MediaWiki
master
PageHistoryLineEndingHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Actions\Hook
;
4
5
use
MediaWiki\Actions\Pager\HistoryPager
;
6
use stdClass;
7
15
interface
PageHistoryLineEndingHook
{
30
public
function
onPageHistoryLineEnding
( $historyAction, &$row, &$s, &$classes,
31
&$attribs
32
);
33
}
34
36
class_alias( PageHistoryLineEndingHook::class,
'MediaWiki\\Hook\\PageHistoryLineEndingHook'
);
MediaWiki\Actions\Pager\HistoryPager
Definition
HistoryPager.php:46
MediaWiki\Actions\Hook\PageHistoryLineEndingHook
This is a hook handler interface, see docs/Hooks.md.
Definition
PageHistoryLineEndingHook.php:15
MediaWiki\Actions\Hook\PageHistoryLineEndingHook\onPageHistoryLineEnding
onPageHistoryLineEnding( $historyAction, &$row, &$s, &$classes, &$attribs)
This hook is called right before the <li> is generated for a history line.
MediaWiki\Actions\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Actions
Hook
PageHistoryLineEndingHook.php
Generated on Fri Sep 4 2026 21:22:57 for MediaWiki by
1.10.0