MediaWiki
1.34.4
|
Extends the LogEntry Interface 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 who 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... | |
Static Public Member Functions | |
static | extractParams ( $blob) |
Extract a parameter array from a blob. More... | |
static | makeParamBlob ( $params) |
Create a blob from a parameter array. More... | |
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().
Referenced by LogFormatter\newFromEntry().
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 ManualLogEntry, and DatabaseLogEntry.
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(), ManualLogEntry\insert(), and LocalFile\recordUpload2().