< Extension:StructuredDiscussions < Hooks
APIFlowAfterExecute | |
---|---|
Available from version ??? |
|
Define function: | public static function onAPIFlowAfterExecute( Flow\Api\ApiFlowBase $module ) { ... }
|
Attach hook: | $wgHooks['APIFlowAfterExecute'][] = 'MyExtensionHooks::onAPIFlowAfterExecute';
|
Called from: | File(s): StructuredDiscussions / includes/Api/ApiFlow.php Function(s): execute |
For more information about attaching hooks, see Manual:Hooks
For examples of other extensions using this hook, see Category:APIFlowAfterExecute extensions.
Parameters
$module
: An instance ofFlow\Api\ApiFlowBase
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.