|
MediaWiki REL1_39
|
Extends the LogEntry Interface 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. | |
Public Member Functions inherited from LogEntry | |
| getComment () | |
| Get the user provided comment. | |
| getDeleted () | |
| Get the access restriction. | |
| 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. | |
Static Public Member Functions | |
| static | extractParams ( $blob) |
| Extract a parameter array from a blob. | |
| static | makeParamBlob ( $params) |
| Create a blob from a parameter array. | |
Extends the LogEntry Interface with some basic functionality.
Definition at line 31 of file LogEntryBase.php.
|
static |
Extract a parameter array from a blob.
| string | $blob |
Definition at line 69 of file LogEntryBase.php.
References $blob, and unserialize().
Referenced by DatabaseLogEntry\getParameters().
| LogEntryBase::getFullType | ( | ) |
The full logtype in format maintype/subtype.
Implements LogEntry.
Definition at line 33 of file LogEntryBase.php.
References LogEntry\getSubtype(), and LogEntry\getType().
| LogEntryBase::isDeleted | ( | $field | ) |
| int | $field | One of LogPage::DELETED_* bitfield constants |
Implements LogEntry.
Definition at line 37 of file LogEntryBase.php.
References LogEntry\getDeleted().
| LogEntryBase::isLegacy | ( | ) |
Whether the parameters for this log are stored in new or old format.
Reimplemented in DatabaseLogEntry, and ManualLogEntry.
Definition at line 47 of file LogEntryBase.php.
Referenced by LogFormatter\extractParameters(), and LogFormatter\getIRCActionText().
|
static |
Create a blob from a parameter array.
| array | $params |
Definition at line 58 of file LogEntryBase.php.
References serialize().
Referenced by ManualLogEntry\getRecentChange(), and ManualLogEntry\insert().