MediaWiki
REL1_32
SpamBlacklistLogFormatter.php
Go to the documentation of this file.
1
<?php
2
3
class
SpamBlacklistLogFormatter
extends
LogFormatter
{
4
5
protected
function
getMessageParameters
() {
6
$params
= parent::getMessageParameters();
7
$params
[3] = Message::rawParam( htmlspecialchars(
$params
[3] ) );
8
return
$params
;
9
}
10
11
}
LogFormatter
Implements the default log formatting.
Definition
LogFormatter.php:38
SpamBlacklistLogFormatter
Definition
SpamBlacklistLogFormatter.php:3
SpamBlacklistLogFormatter\getMessageParameters
getMessageParameters()
Formats parameters intented for action message from array of all parameters.
Definition
SpamBlacklistLogFormatter.php:5
$params
$params
Definition
styleTest.css.php:44
extensions
SpamBlacklist
includes
SpamBlacklistLogFormatter.php
Generated on Mon Nov 25 2024 15:56:41 for MediaWiki by
1.10.0