MediaWiki  REL1_19
NewUsersLogFormatter Class Reference

This class formats new user log entries. More...

Inheritance diagram for NewUsersLogFormatter:
Collaboration diagram for NewUsersLogFormatter:

List of all members.

Public Member Functions

 getComment ()
 Gets the luser provided comment.

Protected Member Functions

 getMessageParameters ()
 Formats parameters intented for action message from array of all parameters.

Detailed Description

This class formats new user log entries.

Since:
1.19

Definition at line 649 of file LogFormatter.php.


Member Function Documentation

Gets the luser provided comment.

Returns:
string HTML

Reimplemented from LogFormatter.

Definition at line 664 of file LogFormatter.php.

References wfTimestamp().

Here is the call graph for this function:

Formats parameters intented for action message from array of all parameters.

There are three hardcoded parameters (array is zero-indexed, this list not):

  • 1: user name with premade link
  • 2: usable for gender magic function
  • 3: target page with premade link
    Returns:
    array

Reimplemented from LogFormatter.

Definition at line 650 of file LogFormatter.php.

References false, LogFormatter\makeUserLink(), User\newFromId(), User\newFromName(), and Message\rawParam().

Here is the call graph for this function:


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