MediaWiki
REL1_19
|
Interface for log entries. More...
Public Member Functions | |
getComment () | |
Get the user provided comment. | |
getDeleted () | |
Get the access restriction. | |
getFullType () | |
The full logtype in format maintype/subtype. | |
getParameters () | |
Get the extra parameters stored for this message. | |
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. | |
isDeleted ($field) |
Interface for log entries.
Every log entry has these methods.
Definition at line 20 of file LogEntry.php.
Get the user provided comment.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Get the access restriction.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Referenced by LogEntryBase\isDeleted().
The full logtype in format maintype/subtype.
Implemented in LogEntryBase.
Referenced by LogFormatter\newFromEntry().
Get the extra parameters stored for this message.
Implemented in ManualLogEntry, and DatabaseLogEntry.
Get the user for performed this action.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
The log subtype.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Referenced by LogEntryBase\getFullType().
Get the target page of this action.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Get the timestamp when the action was executed.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Referenced by LogEventsList\logTimestamp().
The main log type.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Referenced by LogEntryBase\getFullType(), and LogFormatter\newFromEntry().
LogEntry::isDeleted | ( | $ | field | ) |
$field | Integer: one of LogPage::DELETED_* bitfield constants |
Implemented in LogEntryBase.