MediaWiki  1.23.2
NewUsersLogFormatter Class Reference

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

Inheritance diagram for NewUsersLogFormatter:
Collaboration diagram for NewUsersLogFormatter:

Public Member Functions

 getComment ()
 Gets the user provided comment. More...
 
 getPreloadTitles ()
 
- Public Member Functions inherited from LogFormatter
 getActionLinks ()
 Returns extra links that comes after the action text, like "revert", etc. More...
 
 getActionText ()
 Gets the log action, including username. More...
 
 getIRCActionComment ()
 Even uglier hack to maintain backwards compatibilty with IRC bots (bug 34508). More...
 
 getIRCActionText ()
 Even uglier hack to maintain backwards compatibilty with IRC bots (bug 34508). More...
 
 getMessageParametersForTesting ()
 
 getPerformerElement ()
 Provides the name of the user who performed the log action. More...
 
 getPlainActionText ()
 Ugly hack to produce plaintext version of the message. More...
 
 setAudience ( $audience)
 Set the visibility restrictions for displaying content. More...
 
 setContext (IContextSource $context)
 Replace the default context. More...
 
 setShowUserToolLinks ( $value)
 If set to true, will produce user tool links after the user name. More...
 

Protected Member Functions

 getMessageParameters ()
 Formats parameters intented for action message from array of all parameters. More...
 
- Protected Member Functions inherited from LogFormatter
 __construct (LogEntry $entry)
 
 canView ( $field)
 Check if a log item can be displayed. More...
 
 extractParameters ()
 Extracts the optional extra parameters for use in action messages. More...
 
 formatParameterValue ( $type, $value)
 Formats parameters values dependent to their type. More...
 
 getActionMessage ()
 Returns a sentence describing the log action. More...
 
 getMessageKey ()
 Returns a key to be used for formatting the action sentence. More...
 
 getRestrictedElement ( $message)
 Helper method for displaying restricted element. More...
 
 makePageLink (Title $title=null, $parameters=array())
 Helper to make a link to the page, taking the plaintext value in consideration. More...
 
 makeUserLink (User $user)
 
 msg ( $key)
 Shortcut for wfMessage which honors local context. More...
 
 styleRestricedElement ( $content)
 Helper method for styling restricted element. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from LogFormatter
static newFromEntry (LogEntry $entry)
 Constructs a new formatter suitable for given entry. More...
 
static newFromRow ( $row)
 Handy shortcut for constructing a formatter directly from database row. More...
 
- Public Attributes inherited from LogFormatter
const FOR_PUBLIC = 1
 
const FOR_THIS_USER = 2
 
- Protected Attributes inherited from LogFormatter
Integer $audience = self::FOR_PUBLIC
 Constant for handling log_deleted *. More...
 
LogEntryBase $entry
 
string $irctext = false
 
bool $linkFlood = false
 Whether to output user tool links *. More...
 
string $plaintext = false
 Set to true if we are constructing a message text that is going to be included in page history or send to IRC feed. More...
 

Detailed Description

This class formats new user log entries.

Since
1.19

Definition at line 31 of file NewUsersLogFormatter.php.

Member Function Documentation

◆ getComment()

NewUsersLogFormatter::getComment ( )

Gets the user provided comment.

Returns
string HTML

Reimplemented from LogFormatter.

Definition at line 48 of file NewUsersLogFormatter.php.

References $timestamp, TS_MW, and wfTimestamp().

◆ getMessageParameters()

NewUsersLogFormatter::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):

  • 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 32 of file NewUsersLogFormatter.php.

References $params, false, LogFormatter\makeUserLink(), User\newFromId(), and User\newFromName().

◆ getPreloadTitles()

NewUsersLogFormatter::getPreloadTitles ( )
Returns
array of titles that should be preloaded with LinkBatch.

Reimplemented from LogFormatter.

Definition at line 59 of file NewUsersLogFormatter.php.

References array(), Title\makeTitle(), and NS_USER_TALK.


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