MediaWiki REL1_35
ApiQueryBaseAfterQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
7
28 public function onApiQueryBaseAfterQuery( $module, $result, &$hookData );
29}
This is a base class for all Query modules.
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.