Extension:Comments/Hooks/Comment::delete
Appearance
(Redirected from Manual:Hooks/Comment::delete)
Comment::delete | |
---|---|
Available from version ??? |
|
Define function: | public static function onComment_delete( $this, $id, $pageId ) { ... }
|
Attach hook: | $wgHooks['Comment::delete'][] = 'MyExtensionHooks::onComment_delete';
|
Called from: | File(s): Comments / Comment.php Function(s): delete |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:Comment::delete extensions.
Details
[edit]- $this
- $id
- $pageId