MediaWiki master
FormatAutocommentsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
32 public function onFormatAutocomments( &$comment, $pre, $auto, $post, $title,
33 $local, $wikiId
34 );
35}
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onFormatAutocomments(&$comment, $pre, $auto, $post, $title, $local, $wikiId)
This hook is called when an autocomment is formatted by the Linker.