|
MediaWiki
master
|
Interface for log entries. More...

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