MediaWiki  1.23.1
LogEntryBase Class Reference

Extends the LogEntryInterface with some basic functionality. More...

Inheritance diagram for LogEntryBase:
Collaboration diagram for LogEntryBase:

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 for 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...
 

Detailed Description

Extends the LogEntryInterface with some basic functionality.

Since
1.19

Definition at line 101 of file LogEntry.php.

Member Function Documentation

◆ getFullType()

LogEntryBase::getFullType ( )

The full logtype in format maintype/subtype.

Returns
string

Implements LogEntry.

Definition at line 102 of file LogEntry.php.

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

Referenced by LogFormatter\newFromEntry().

◆ isDeleted()

LogEntryBase::isDeleted (   $field)
Parameters
$fieldInteger: one of LogPage::DELETED_* bitfield constants
Returns
Boolean

Implements LogEntry.

Definition at line 106 of file LogEntry.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.

Definition at line 115 of file LogEntry.php.

Referenced by LogFormatter\extractParameters().


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