MediaWiki
REL1_39
APIQueryGeneratorAfterExecuteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
ApiBase
;
6
use
ApiPageSet
;
7
15
interface
APIQueryGeneratorAfterExecuteHook
{
26
public
function
onAPIQueryGeneratorAfterExecute
( $module, $resultPageSet );
27
}
ApiBase
This abstract class implements many basic API functions, and is the base of all API classes.
Definition
ApiBase.php:56
ApiPageSet
This class contains a list of pages that the client has requested.
Definition
ApiPageSet.php:50
MediaWiki\Api\Hook\APIQueryGeneratorAfterExecuteHook
This is a hook handler interface, see docs/Hooks.md.
Definition
APIQueryGeneratorAfterExecuteHook.php:15
MediaWiki\Api\Hook\APIQueryGeneratorAfterExecuteHook\onAPIQueryGeneratorAfterExecute
onAPIQueryGeneratorAfterExecute( $module, $resultPageSet)
This hook is called after calling the executeGenerator() method of an action=query submodule.
MediaWiki\Api\Hook
Definition
APIAfterExecuteHook.php:3
includes
api
Hook
APIQueryGeneratorAfterExecuteHook.php
Generated on Thu Nov 21 2024 05:22:27 for MediaWiki by
1.10.0