MediaWiki master
RCDatabaseLogEntry Class Reference

A subclass of DatabaseLogEntry for objects constructed from entries in the recentchanges table (rather than the logging table). More...

Inherits DatabaseLogEntry.

Collaboration diagram for RCDatabaseLogEntry:

Public Member Functions

 getAssociatedRevId ()
 
 getComment ()
 Get the user provided comment.
 
 getDeleted ()
 Get the access restriction.
 
 getId ()
 Returns the unique database id.
 
 getPerformerIdentity ()
 
 getSubtype ()
 The log subtype.
 
 getTarget ()
 Get the target page of this action.
 
 getTimestamp ()
 Get the timestamp when the action was executed.
 
 getType ()
 The main log type.
 
- Public Member Functions inherited from DatabaseLogEntry
 getParameters ()
 Get the extra parameters stored for this message.
 
 isLegacy ()
 Whether the parameters for this log are stored in new or old format.
 
- Public Member Functions inherited from LogEntryBase
 getFullType ()
 The full logtype in format maintype/subtype.
 
 isDeleted ( $field)
 

Static Public Member Functions

static getSelectQueryData ()
 Returns array of information that is needed for querying log entries.
 
static newFromId ( $id, IReadableDatabase $db)
 Loads a LogEntry with the given id from database.
 
- Static Public Member Functions inherited from DatabaseLogEntry
static newFromRow ( $row)
 Constructs new LogEntry from database result row.
 
static newSelectQueryBuilder (IReadableDatabase $db)
 
- Static Public Member Functions inherited from LogEntryBase
static extractParams ( $blob)
 Extract a parameter array from a blob.
 
static makeParamBlob ( $params)
 Create a blob from a parameter array.
 

Protected Member Functions

 getRawParameters ()
 Returns whatever is stored in the database field (typically a serialized associative array but very old entries might have different formats).
 
- Protected Member Functions inherited from DatabaseLogEntry
 __construct ( $row)
 

Additional Inherited Members

- Protected Attributes inherited from DatabaseLogEntry
bool $legacy
 Whether the parameters for this log entry are stored in new or old format.
 
array $params
 Parameters for log entry.
 
UserIdentity $performer
 
int $revId = null
 A rev id associated to the log entry.
 
stdClass $row
 Database result row.
 

Detailed Description

A subclass of DatabaseLogEntry for objects constructed from entries in the recentchanges table (rather than the logging table).

This class should only be used in context of the LogFormatter class.

Definition at line 38 of file RCDatabaseLogEntry.php.

Member Function Documentation

◆ getAssociatedRevId()

RCDatabaseLogEntry::getAssociatedRevId ( )

Reimplemented from DatabaseLogEntry.

Definition at line 60 of file RCDatabaseLogEntry.php.

◆ getComment()

RCDatabaseLogEntry::getComment ( )

Get the user provided comment.

Returns
string

Reimplemented from DatabaseLogEntry.

Definition at line 122 of file RCDatabaseLogEntry.php.

◆ getDeleted()

RCDatabaseLogEntry::getDeleted ( )

Get the access restriction.

Returns
int

Reimplemented from DatabaseLogEntry.

Definition at line 134 of file RCDatabaseLogEntry.php.

◆ getId()

RCDatabaseLogEntry::getId ( )

Returns the unique database id.

Returns
int

Reimplemented from DatabaseLogEntry.

Definition at line 52 of file RCDatabaseLogEntry.php.

Referenced by getPerformerIdentity().

◆ getPerformerIdentity()

RCDatabaseLogEntry::getPerformerIdentity ( )
Since
1.36
Returns
UserIdentity

Reimplemented from DatabaseLogEntry.

Definition at line 72 of file RCDatabaseLogEntry.php.

References getId().

◆ getRawParameters()

RCDatabaseLogEntry::getRawParameters ( )
protected

Returns whatever is stored in the database field (typically a serialized associative array but very old entries might have different formats).

Returns
string

Reimplemented from DatabaseLogEntry.

Definition at line 56 of file RCDatabaseLogEntry.php.

◆ getSelectQueryData()

static RCDatabaseLogEntry::getSelectQueryData ( )
static

Returns array of information that is needed for querying log entries.

Array contains the following keys: tables, fields, conds, options and join_conds

Since 1.34, log_user and log_user_text have not been present in the database, but they continue to be available in query results as aliases.

Deprecated
since 1.41 use newSelectQueryBuilder() instead
Returns
array

Reimplemented from DatabaseLogEntry.

Definition at line 46 of file RCDatabaseLogEntry.php.

◆ getSubtype()

RCDatabaseLogEntry::getSubtype ( )

The log subtype.

Returns
string

Reimplemented from DatabaseLogEntry.

Definition at line 68 of file RCDatabaseLogEntry.php.

◆ getTarget()

RCDatabaseLogEntry::getTarget ( )

Get the target page of this action.

Returns
Title

Reimplemented from DatabaseLogEntry.

Definition at line 112 of file RCDatabaseLogEntry.php.

◆ getTimestamp()

RCDatabaseLogEntry::getTimestamp ( )

Get the timestamp when the action was executed.

Returns
string TS_MW timestamp, a string with 14 digits

Reimplemented from DatabaseLogEntry.

Definition at line 118 of file RCDatabaseLogEntry.php.

References wfTimestamp().

◆ getType()

RCDatabaseLogEntry::getType ( )

The main log type.

Returns
string

Reimplemented from DatabaseLogEntry.

Definition at line 64 of file RCDatabaseLogEntry.php.

◆ newFromId()

static RCDatabaseLogEntry::newFromId ( $id,
IReadableDatabase $db )
static

Loads a LogEntry with the given id from database.

Parameters
int$id
IReadableDatabase$db
Returns
DatabaseLogEntry|null

Reimplemented from DatabaseLogEntry.

Definition at line 40 of file RCDatabaseLogEntry.php.


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