MediaWiki master
|
An individual log entry. More...
Inherited by LogEntryBase.
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. | |
getPerformerIdentity () | |
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) | |
An individual log entry.
This is the basis for methods that all log entries support.
Must not be implemented directly by extensions, extend LogEntryBase instead.
Definition at line 35 of file LogEntry.php.
LogEntry::getComment | ( | ) |
Get the user provided comment.
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
LogEntry::getDeleted | ( | ) |
Get the access restriction.
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
Referenced by LogEntryBase\isDeleted().
LogEntry::getFullType | ( | ) |
LogEntry::getParameters | ( | ) |
Get the extra parameters stored for this message.
This will be in the same format as setParameters(), ie. the array keys might include message formatting prefixes.
Implemented in DatabaseLogEntry, and ManualLogEntry.
Referenced by LegacyLogFormatter\getActionMessage(), BlockLogFormatter\getParametersForApi(), DeleteLogFormatter\getParametersForApi(), MergeLogFormatter\getParametersForApi(), MoveLogFormatter\getParametersForApi(), PatrolLogFormatter\getParametersForApi(), ProtectLogFormatter\getParametersForApi(), RightsLogFormatter\getParametersForApi(), and UploadLogFormatter\getParametersForApi().
LogEntry::getPerformerIdentity | ( | ) |
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
LogEntry::getSubtype | ( | ) |
The log subtype.
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
Referenced by LegacyLogFormatter\getActionMessage(), LogEntryBase\getFullType(), BlockLogFormatter\getParametersForApi(), DeleteLogFormatter\getParametersForApi(), and ProtectLogFormatter\getParametersForApi().
LogEntry::getTarget | ( | ) |
Get the target page of this action.
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
Referenced by LegacyLogFormatter\getActionMessage().
LogEntry::getTimestamp | ( | ) |
Get the timestamp when the action was executed.
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
Referenced by BlockLogFormatter\getParametersForApi().
LogEntry::getType | ( | ) |
The main log type.
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
Referenced by LegacyLogFormatter\getActionMessage(), and LogEntryBase\getFullType().
LogEntry::isDeleted | ( | $field | ) |
int | $field | One of LogPage::DELETED_* bitfield constants |
Implemented in LogEntryBase.