MediaWiki
1.23.5
|
Public Member Functions | |
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 | newFromRow ( $row) |
Constructs new LogEntry from database result row. More... | |
Protected Attributes inherited from DatabaseLogEntry | |
bool | $legacy |
Whether the parameters for this log entry are stored in new or old format. More... | |
User | $performer |
stdClass | $row |
Database result row. More... | |
Definition at line 278 of file LogEntry.php.
RCDatabaseLogEntry::getComment | ( | ) |
Get the user provided comment.
Reimplemented from DatabaseLogEntry.
Definition at line 325 of file LogEntry.php.
RCDatabaseLogEntry::getDeleted | ( | ) |
Get the access restriction.
Reimplemented from DatabaseLogEntry.
Definition at line 329 of file LogEntry.php.
RCDatabaseLogEntry::getId | ( | ) |
Returns the unique database id.
Reimplemented from DatabaseLogEntry.
Definition at line 280 of file LogEntry.php.
RCDatabaseLogEntry::getPerformer | ( | ) |
Get the user for performed this action.
Reimplemented from DatabaseLogEntry.
Definition at line 298 of file LogEntry.php.
References DatabaseLogEntry\$performer, if, User\newFromId(), and User\newFromName().
|
protected |
Returns whatever is stored in the database field.
Reimplemented from DatabaseLogEntry.
Definition at line 284 of file LogEntry.php.
RCDatabaseLogEntry::getSubtype | ( | ) |
The log subtype.
Reimplemented from DatabaseLogEntry.
Definition at line 294 of file LogEntry.php.
RCDatabaseLogEntry::getTarget | ( | ) |
Get the target page of this action.
Reimplemented from DatabaseLogEntry.
Definition at line 313 of file LogEntry.php.
References $title, and Title\makeTitle().
RCDatabaseLogEntry::getTimestamp | ( | ) |
Get the timestamp when the action was executed.
Reimplemented from DatabaseLogEntry.
Definition at line 321 of file LogEntry.php.
References TS_MW, and wfTimestamp().
RCDatabaseLogEntry::getType | ( | ) |
The main log type.
Reimplemented from DatabaseLogEntry.
Definition at line 290 of file LogEntry.php.