MediaWiki
REL1_19
|
This class formats all log entries for log types which have not been converted to the new system. More...
Protected Member Functions | |
getActionMessage () | |
Returns a sentence describing the log action. |
This class formats all log entries for log types which have not been converted to the new system.
This is not about old log entries which store parameters in a different format - the new LogFormatter classes have code to support formatting those too.
Definition at line 490 of file LogFormatter.php.
LegacyLogFormatter::getActionMessage | ( | ) | [protected] |
Returns a sentence describing the log action.
Usually a Message object is returned, but old style log types and entries might return pre-escaped html string.
Reimplemented from LogFormatter.
Definition at line 491 of file LogFormatter.php.
References LogFormatter\$entry, LogPage\actionText(), LogFormatter\getPerformerElement(), and LogFormatter\msg().