MediaWiki
REL1_19
|
This class formats delete log entries. More...
Protected Member Functions | |
getMessageKey () | |
Returns a key to be used for formatting the action sentence. | |
getMessageParameters () | |
Formats parameters intented for action message from array of all parameters. | |
parseBitField ($string) |
DeleteLogFormatter::getMessageKey | ( | ) | [protected] |
Returns a key to be used for formatting the action sentence.
Default is logentry-TYPE-SUBTYPE for modern logs. Legacy log types will use custom keys, and subclasses can also alter the key depending on the entry itself.
Reimplemented from LogFormatter.
Definition at line 542 of file LogFormatter.php.
References getMessageParameters().
DeleteLogFormatter::getMessageParameters | ( | ) | [protected] |
Formats parameters intented for action message from array of all parameters.
There are three hardcoded parameters (array is zero-indexed, this list not):
Reimplemented from LogFormatter.
Definition at line 552 of file LogFormatter.php.
References $count, RevisionDeleter\getChanges(), LogFormatter\msg(), and parseBitField().
Referenced by getMessageKey().
DeleteLogFormatter::parseBitField | ( | $ | string | ) | [protected] |
Definition at line 595 of file LogFormatter.php.
Referenced by getMessageParameters().