MediaWiki master
UserArrayFromResultHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\User\Hook;
4
7
25 public function onUserArrayFromResult( &$userArray, $res );
26}
This is a hook handler interface, see docs/Hooks.md.
onUserArrayFromResult(&$userArray, $res)
This hook is called when creating an UserArray object from a database result.
Result wrapper for grabbing data queried from an IDatabase object.