MediaWiki
REL1_22
|
This class formats move log entries. More...
Public Member Functions | |
getActionLinks () | |
Returns extra links that comes after the action text, like "revert", etc. | |
getPreloadTitles () | |
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. |
Returns extra links that comes after the action text, like "revert", etc.
Reimplemented from LogFormatter.
Definition at line 55 of file MoveLogFormatter.php.
References $params, $revert, array(), LogPage\DELETED_ACTION, LogFormatter\extractParameters(), SpecialPage\getTitleFor(), Linker\linkKnown(), LogFormatter\msg(), and Title\newFromText().
MoveLogFormatter::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 37 of file MoveLogFormatter.php.
References $key, $params, and getMessageParameters().
MoveLogFormatter::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 46 of file MoveLogFormatter.php.
References $params, array(), LogFormatter\makePageLink(), Title\newFromText(), and Message\rawParam().
Referenced by getMessageKey().
Reimplemented from LogFormatter.
Definition at line 32 of file MoveLogFormatter.php.
References $params, array(), LogFormatter\extractParameters(), and Title\newFromText().