MediaWiki REL1_35
FormatAutocommentsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
29 public function onFormatAutocomments( &$comment, $pre, $auto, $post, $title,
30 $local, $wikiId
31 );
32}
Represents a title within MediaWiki.
Definition Title.php:42
onFormatAutocomments(&$comment, $pre, $auto, $post, $title, $local, $wikiId)
This hook is called when an autocomment is formatted by the Linker.