Extension:StructuredDiscussions/Hooks/APIFlowAfterExecute
Appearance
(Redirected from Manual:Hooks/APIFlowAfterExecute)
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
[edit]$module
: An instance ofFlow\Api\ApiFlowBase