MediaWiki master
ApiQueryBaseAfterQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
7
31 public function onApiQueryBaseAfterQuery( $module, $result, &$hookData );
32}
This is a base class for all Query modules.
This is a hook handler interface, see docs/Hooks.md.
onApiQueryBaseAfterQuery( $module, $result, &$hookData)
This hook is called for (some) API query modules after the database query has returned.
Result wrapper for grabbing data queried from an IDatabase object.