MediaWiki
REL1_39
PageHistoryPager__doBatchLookupsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
HistoryPager
;
6
use
Wikimedia\Rdbms\IResultWrapper
;
7
8
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
16
interface
PageHistoryPager__doBatchLookupsHook
{
28
public
function
onPageHistoryPager__doBatchLookups
( $pager, $result );
29
}
HistoryPager
Definition
HistoryPager.php:37
MediaWiki\Hook\PageHistoryPager__doBatchLookupsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
PageHistoryPager__doBatchLookupsHook.php:16
MediaWiki\Hook\PageHistoryPager__doBatchLookupsHook\onPageHistoryPager__doBatchLookups
onPageHistoryPager__doBatchLookups( $pager, $result)
This hook is called after the pager query was run, before any output is generated,...
Wikimedia\Rdbms\IResultWrapper
Result wrapper for grabbing data queried from an IDatabase object.
Definition
IResultWrapper.php:26
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
actions
Hook
PageHistoryPager__doBatchLookupsHook.php
Generated on Mon Nov 25 2024 06:54:56 for MediaWiki by
1.10.0