MediaWiki REL1_35
DeletedContributionsLineEndingHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
7
30 public function onDeletedContributionsLineEnding( $page, &$ret, $row,
31 &$classes, &$attribs
32 );
33}
onDeletedContributionsLineEnding( $page, &$ret, $row, &$classes, &$attribs)
This hook is called before a DeletedContributions HTML line is finished.