MediaWiki master
NewPagesLineEndingHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
7
31 public function onNewPagesLineEnding( $pager, &$ret, $row, &$classes, &$attribs );
32}
This is a hook handler interface, see docs/Hooks.md.
onNewPagesLineEnding( $pager, &$ret, $row, &$classes, &$attribs)
This hook is called before a NewPages line is finished.