MediaWiki REL1_35
NewPagesLineEndingHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
7
28 public function onNewPagesLineEnding( $page, &$ret, $row, &$classes, &$attribs );
29}
A special page that list newly created pages.
onNewPagesLineEnding( $page, &$ret, $row, &$classes, &$attribs)
This hook is called before a NewPages line is finished.