40 return ( $this->
getDeleted() & $field ) === $field;
61 return serialize( (array)$params );
72 return unserialize( $blob );
77class_alias( LogEntryBase::class,
'LogEntryBase' );
Extends the LogEntry Interface with some basic functionality.
static makeParamBlob( $params)
Create a blob from a parameter array.
getFullType()
The full logtype in format maintype/subtype.
isLegacy()
Whether the parameters for this log are stored in new or old format.
static extractParams( $blob)
Extract a parameter array from a blob.
getType()
The main log type.
getDeleted()
Get the access restriction.
getSubtype()
The log subtype.