MediaWiki master
PageHistoryLineEndingHook.php
Go to the documentation of this file.
1<?php
2
4
6use stdClass;
7
30 public function onPageHistoryLineEnding( $historyAction, &$row, &$s, &$classes,
31 &$attribs
32 );
33}
34
36class_alias( PageHistoryLineEndingHook::class, 'MediaWiki\\Hook\\PageHistoryLineEndingHook' );
This is a hook handler interface, see docs/Hooks.md.
onPageHistoryLineEnding( $historyAction, &$row, &$s, &$classes, &$attribs)
This hook is called right before the <li> is generated for a history line.