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