MediaWiki REL1_33
|
A subclass of DatabaseLogEntry for objects constructed from entries in the recentchanges table (rather than the logging table). More...
Public Member Functions | |
getAssociatedRevId () | |
getComment () | |
Get the user provided comment. | |
getDeleted () | |
Get the access restriction. | |
getId () | |
Returns the unique database id. | |
getPerformer () | |
Get the user for performed this action. | |
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) | |
Protected Member Functions | |
getRawParameters () | |
Returns whatever is stored in the database field. | |
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. | |
static | newFromId ( $id, IDatabase $db) |
Loads a LogEntry with the given id from database. | |
static | newFromRow ( $row) |
Constructs new LogEntry from database result row. | |
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 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. | |
User | $performer |
int | $revId = null |
A rev id associated to the log entry. | |
stdClass | $row |
Database result row. | |
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.
RCDatabaseLogEntry::getAssociatedRevId | ( | ) |
Reimplemented from DatabaseLogEntry.
Definition at line 383 of file LogEntry.php.
RCDatabaseLogEntry::getComment | ( | ) |
Get the user provided comment.
Reimplemented from DatabaseLogEntry.
Definition at line 425 of file LogEntry.php.
References DB_REPLICA, and wfGetDB().
RCDatabaseLogEntry::getDeleted | ( | ) |
Get the access restriction.
Reimplemented from DatabaseLogEntry.
Definition at line 431 of file LogEntry.php.
RCDatabaseLogEntry::getId | ( | ) |
Returns the unique database id.
Reimplemented from DatabaseLogEntry.
Definition at line 375 of file LogEntry.php.
RCDatabaseLogEntry::getPerformer | ( | ) |
Get the user for performed this action.
Reimplemented from DatabaseLogEntry.
Definition at line 395 of file LogEntry.php.
References DatabaseLogEntry\$performer, User\newFromActorId(), User\newFromId(), and User\newFromName().
|
protected |
Returns whatever is stored in the database field.
Reimplemented from DatabaseLogEntry.
Definition at line 379 of file LogEntry.php.
RCDatabaseLogEntry::getSubtype | ( | ) |
The log subtype.
Reimplemented from DatabaseLogEntry.
Definition at line 391 of file LogEntry.php.
RCDatabaseLogEntry::getTarget | ( | ) |
Get the target page of this action.
Reimplemented from DatabaseLogEntry.
Definition at line 413 of file LogEntry.php.
References $title.
RCDatabaseLogEntry::getTimestamp | ( | ) |
Get the timestamp when the action was executed.
Reimplemented from DatabaseLogEntry.
Definition at line 421 of file LogEntry.php.
References wfTimestamp().
RCDatabaseLogEntry::getType | ( | ) |
The main log type.
Reimplemented from DatabaseLogEntry.
Definition at line 387 of file LogEntry.php.