MediaWiki master
LogEntryBase Class Reference

Extends the LogEntry Interface with some basic functionality. More...

Inherits LogEntry.

Inherited by DatabaseLogEntry, and ManualLogEntry.

Collaboration diagram for LogEntryBase:

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.
 

Detailed Description

Extends the LogEntry Interface with some basic functionality.

Since
1.19

Definition at line 31 of file LogEntryBase.php.

Member Function Documentation

◆ extractParams()

static LogEntryBase::extractParams ( $blob)
static

Extract a parameter array from a blob.

Since
1.26
Parameters
string$blob
Returns
array|false

Definition at line 69 of file LogEntryBase.php.

Referenced by DatabaseLogEntry\getParameters().

◆ getFullType()

LogEntryBase::getFullType ( )

The full logtype in format maintype/subtype.

Returns
string

Implements LogEntry.

Definition at line 33 of file LogEntryBase.php.

References LogEntry\getSubtype(), and LogEntry\getType().

◆ isDeleted()

LogEntryBase::isDeleted ( $field)
Parameters
int$fieldOne of LogPage::DELETED_* bitfield constants
Returns
bool

Implements LogEntry.

Definition at line 37 of file LogEntryBase.php.

References LogEntry\getDeleted().

◆ isLegacy()

LogEntryBase::isLegacy ( )

Whether the parameters for this log are stored in new or old format.

Returns
bool

Reimplemented in DatabaseLogEntry, and ManualLogEntry.

Definition at line 47 of file LogEntryBase.php.

◆ makeParamBlob()

static LogEntryBase::makeParamBlob ( $params)
static

Create a blob from a parameter array.

Since
1.26
Parameters
array$params
Returns
string

Definition at line 58 of file LogEntryBase.php.

References $params.

Referenced by ManualLogEntry\getRecentChange(), and ManualLogEntry\insert().


The documentation for this class was generated from the following file: