MediaWiki
REL1_22
|
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 102 of file LogEntry.php.
The full logtype in format maintype/subtype.
Implements LogEntry.
Definition at line 104 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 108 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 117 of file LogEntry.php.