|
MediaWiki
1.23.0
|
Extends the LogEntryInterface with some basic functionality. More...


Public Member Functions | |
| getFullType () | |
| The full logtype in format maintype/subtype. More... | |
| isDeleted ( $field) | |
| isLegacy () | |
| Whether the parameters for this log are stored in new or old format. More... | |
Public Member Functions inherited from LogEntry | |
| getComment () | |
| Get the user provided comment. More... | |
| getDeleted () | |
| Get the access restriction. 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... | |
Extends the LogEntryInterface with some basic functionality.
Definition at line 101 of file LogEntry.php.
| LogEntryBase::getFullType | ( | ) |
The full logtype in format maintype/subtype.
Implements LogEntry.
Definition at line 102 of file LogEntry.php.
References LogEntry\getSubtype(), and LogEntry\getType().
Referenced by LogFormatter\newFromEntry().
| LogEntryBase::isDeleted | ( | $field | ) |
| $field | Integer: one of LogPage::DELETED_* bitfield constants |
Implements LogEntry.
Definition at line 106 of file LogEntry.php.
References LogEntry\getDeleted().
| LogEntryBase::isLegacy | ( | ) |
Whether the parameters for this log are stored in new or old format.
Reimplemented in DatabaseLogEntry.
Definition at line 115 of file LogEntry.php.
Referenced by LogFormatter\extractParameters().