MediaWiki
REL1_37
FormatAutocommentsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
14
interface
FormatAutocommentsHook
{
32
public
function
onFormatAutocomments
( &$comment, $pre, $auto, $post,
$title
,
33
$local, $wikiId
34
);
35
}
Title
Represents a title within MediaWiki.
Definition
Title.php:48
MediaWiki\Hook\FormatAutocommentsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
FormatAutocommentsHook.php:14
MediaWiki\Hook\FormatAutocommentsHook\onFormatAutocomments
onFormatAutocomments(&$comment, $pre, $auto, $post, $title, $local, $wikiId)
This hook is called when an autocomment is formatted by the Linker.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:38
includes
Hook
FormatAutocommentsHook.php
Generated on Fri Apr 5 2024 23:40:17 for MediaWiki by
1.9.8