MediaWiki  REL1_19
LegacyLogFormatter Class Reference

This class formats all log entries for log types which have not been converted to the new system. More...

Inheritance diagram for LegacyLogFormatter:
Collaboration diagram for LegacyLogFormatter:

List of all members.

Protected Member Functions

 getActionMessage ()
 Returns a sentence describing the log action.

Detailed Description

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.

Since:
1.19

Definition at line 490 of file LogFormatter.php.


Member Function Documentation

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.

Returns:
Message|pre-escaped html

Reimplemented from LogFormatter.

Definition at line 491 of file LogFormatter.php.

References LogFormatter\$entry, LogPage\actionText(), LogFormatter\getPerformerElement(), and LogFormatter\msg().

Here is the call graph for this function:


The documentation for this class was generated from the following file: