< Extension:Echo < Hooks
EchoCreateNotificationComplete | |
---|---|
Available from version 1.22.0 (Gerrit change 65349) |
|
Define function: | public static function onEchoCreateNotificationComplete( EchoNotification $notif ) { ... }
|
Attach hook: | $wgHooks['EchoCreateNotificationComplete'][] = 'MyExtensionHooks::onEchoCreateNotificationComplete';
|
Called from: | File(s): Echo / includes/model/Notification.php Function(s): insert |
For more information about attaching hooks, see Manual:Hooks
For examples of other extensions using this hook, see Category:EchoCreateNotificationComplete extensions.
Details
- $notif: An EchoNotification object
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.