MediaWiki
REL1_19
|
Extends the LogEntryInterface with some basic functionality. More...
Public Member Functions | |
getFullType () | |
The full logtype in format maintype/subtype. | |
isDeleted ($field) | |
isLegacy () | |
Whether the parameters for this log are stored in new or old format. |
Extends the LogEntryInterface with some basic functionality.
Definition at line 87 of file LogEntry.php.
The full logtype in format maintype/subtype.
Implements LogEntry.
Definition at line 89 of file LogEntry.php.
References LogEntry\getSubtype(), and LogEntry\getType().
LogEntryBase::isDeleted | ( | $ | field | ) |
$field | Integer: one of LogPage::DELETED_* bitfield constants |
Implements LogEntry.
Definition at line 93 of file LogEntry.php.
References LogEntry\getDeleted().
Whether the parameters for this log are stored in new or old format.
Reimplemented in DatabaseLogEntry.
Definition at line 101 of file LogEntry.php.