MediaWiki REL1_35
UsersPagerDoBatchLookupsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
29 public function onUsersPagerDoBatchLookups( $dbr, $userIds, &$cache, &$groups );
30}
Helper class used for automatically marking an IDatabase connection as reusable (once it no longer ma...
Definition DBConnRef.php:29
onUsersPagerDoBatchLookups( $dbr, $userIds, &$cache, &$groups)
This hook is called called in UsersPager::doBatchLookups()
$cache
Definition mcc.php:33