MediaWiki REL1_40
|
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 | ( | ) |
The full logtype in format maintype/subtype.
Implemented in LogEntryBase.
Referenced by LogFormatter\newFromEntry().
LogEntry::getParameters | ( | ) |
Get the extra parameters stored for this message.
Implemented in DatabaseLogEntry, and ManualLogEntry.
Referenced by LogFormatter\extractParameters(), LegacyLogFormatter\getActionMessage(), LogFormatter\getIRCActionText(), 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.
Referenced by LogFormatter\getMessageParameters().
LogEntry::getSubtype | ( | ) |
The log subtype.
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
Referenced by LegacyLogFormatter\getActionMessage(), LogEntryBase\getFullType(), LogFormatter\getIRCActionText(), 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(), LogFormatter\getIRCActionText(), and LogFormatter\getMessageParameters().
LogEntry::getTimestamp | ( | ) |
Get the timestamp when the action was executed.
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
Referenced by LogFormatter\getIRCActionText(), and BlockLogFormatter\getParametersForApi().
LogEntry::getType | ( | ) |
The main log type.
Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.
Referenced by LegacyLogFormatter\getActionMessage(), LogEntryBase\getFullType(), LogFormatter\getIRCActionText(), and LogFormatter\newFromEntry().
LogEntry::isDeleted | ( | $field | ) |
int | $field | One of LogPage::DELETED_* bitfield constants |
Implemented in LogEntryBase.