MediaWiki REL1_37
|
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. | |
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) | |
Interface for log entries.
Every log entry has these methods.
Definition at line 34 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.
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.