MediaWiki  1.33.0
RCDatabaseLogEntry Class Reference

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

Inheritance diagram for RCDatabaseLogEntry:
Collaboration diagram for RCDatabaseLogEntry:

Public Member Functions

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

Protected Member Functions

 getRawParameters ()
 Returns whatever is stored in the database field. More...
 
- Protected Member Functions inherited from DatabaseLogEntry
 __construct ( $row)
 

Additional Inherited Members

- Static Public Member Functions inherited from DatabaseLogEntry
static getSelectQueryData ()
 Returns array of information that is needed for querying log entries. More...
 
static newFromId ( $id, IDatabase $db)
 Loads a LogEntry with the given id from database. More...
 
static newFromRow ( $row)
 Constructs new LogEntry from database result row. More...
 
- Static Public Member Functions inherited from LogEntryBase
static extractParams ( $blob)
 Extract a parameter array from a blob. More...
 
static makeParamBlob ( $params)
 Create a blob from a parameter array. More...
 
- Protected Attributes inherited from DatabaseLogEntry
bool $legacy
 Whether the parameters for this log entry are stored in new or old format. More...
 
array $params
 Parameters for log entry. More...
 
User $performer
 
int $revId = null
 A rev id associated to the log entry. More...
 
stdClass $row
 Database result row. More...
 

Detailed Description

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

Definition at line 373 of file LogEntry.php.

Member Function Documentation

◆ getAssociatedRevId()

RCDatabaseLogEntry::getAssociatedRevId ( )

Reimplemented from DatabaseLogEntry.

Definition at line 383 of file LogEntry.php.

◆ getComment()

RCDatabaseLogEntry::getComment ( )

Get the user provided comment.

Returns
string

Reimplemented from DatabaseLogEntry.

Definition at line 425 of file LogEntry.php.

References DB_REPLICA, CommentStore\getStore(), and wfGetDB().

◆ getDeleted()

RCDatabaseLogEntry::getDeleted ( )

Get the access restriction.

Returns
int

Reimplemented from DatabaseLogEntry.

Definition at line 431 of file LogEntry.php.

◆ getId()

RCDatabaseLogEntry::getId ( )

Returns the unique database id.

Returns
int

Reimplemented from DatabaseLogEntry.

Definition at line 375 of file LogEntry.php.

◆ getPerformer()

RCDatabaseLogEntry::getPerformer ( )

Get the user for performed this action.

Returns
User

Reimplemented from DatabaseLogEntry.

Definition at line 395 of file LogEntry.php.

References DatabaseLogEntry\$performer, User\newFromActorId(), User\newFromId(), and User\newFromName().

◆ getRawParameters()

RCDatabaseLogEntry::getRawParameters ( )
protected

Returns whatever is stored in the database field.

Returns
string

Reimplemented from DatabaseLogEntry.

Definition at line 379 of file LogEntry.php.

◆ getSubtype()

RCDatabaseLogEntry::getSubtype ( )

The log subtype.

Returns
string

Reimplemented from DatabaseLogEntry.

Definition at line 391 of file LogEntry.php.

◆ getTarget()

RCDatabaseLogEntry::getTarget ( )

Get the target page of this action.

Returns
Title

Reimplemented from DatabaseLogEntry.

Definition at line 413 of file LogEntry.php.

References $title, and Title\makeTitle().

◆ getTimestamp()

RCDatabaseLogEntry::getTimestamp ( )

Get the timestamp when the action was executed.

Returns
string

Reimplemented from DatabaseLogEntry.

Definition at line 421 of file LogEntry.php.

References wfTimestamp().

◆ getType()

RCDatabaseLogEntry::getType ( )

The main log type.

Returns
string

Reimplemented from DatabaseLogEntry.

Definition at line 387 of file LogEntry.php.


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