MediaWiki REL1_39
UsersPagerDoBatchLookupsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
32 public function onUsersPagerDoBatchLookups( $dbr, $userIds, &$cache, &$groups );
33}
This is a hook handler interface, see docs/Hooks.md.
onUsersPagerDoBatchLookups( $dbr, $userIds, &$cache, &$groups)
This hook is called in UsersPager::doBatchLookups()
Basic database interface for live and lazy-loaded relation database handles.
Definition IDatabase.php:39
$cache
Definition mcc.php:33