MediaWiki master
PageHistoryLineEndingHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
7
30 public function onPageHistoryLineEnding( $historyAction, &$row, &$s, &$classes,
31 &$attribs
32 );
33}
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.