MediaWiki
1.33.1
|
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 42 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.
Referenced by LogFormatter\extractParameters(), LegacyLogFormatter\getActionMessage(), LogFormatter\getIRCActionText(), UploadLogFormatter\getParametersForApi(), PatrolLogFormatter\getParametersForApi(), MergeLogFormatter\getParametersForApi(), MoveLogFormatter\getParametersForApi(), ProtectLogFormatter\getParametersForApi(), RightsLogFormatter\getParametersForApi(), BlockLogFormatter\getParametersForApi(), and DeleteLogFormatter\getParametersForApi().
LogEntry::getPerformer | ( | ) |
Get the user for performed this action.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Referenced by LogFormatter\getMessageParameters().
LogEntry::getSubtype | ( | ) |
The log subtype.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Referenced by LegacyLogFormatter\getActionMessage(), LogEntryBase\getFullType(), LogFormatter\getIRCActionText(), ProtectLogFormatter\getParametersForApi(), and BlockLogFormatter\getParametersForApi().
LogEntry::getTarget | ( | ) |
Get the target page of this action.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Referenced by LegacyLogFormatter\getActionMessage(), LogFormatter\getIRCActionText(), and LogFormatter\getMessageParameters().
LogEntry::getTimestamp | ( | ) |
Get the timestamp when the action was executed.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
Referenced by LogFormatter\getIRCActionText(), and BlockLogFormatter\getParametersForApi().
LogEntry::getType | ( | ) |
The main log type.
Implemented in ManualLogEntry, RCDatabaseLogEntry, and DatabaseLogEntry.
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.