MediaWiki  REL1_22
LogEntryBase Class Reference

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

Inheritance diagram for LogEntryBase:
Collaboration diagram for LogEntryBase:

List of all members.

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.

Detailed Description

Extends the LogEntryInterface with some basic functionality.

Since:
1.19

Definition at line 102 of file LogEntry.php.


Member Function Documentation

The full logtype in format maintype/subtype.

Returns:
string

Implements LogEntry.

Definition at line 104 of file LogEntry.php.

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

Parameters:
$fieldInteger: one of LogPage::DELETED_* bitfield constants
Returns:
Boolean

Implements LogEntry.

Definition at line 108 of file LogEntry.php.

References LogEntry\getDeleted().

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

Returns:
bool

Reimplemented in DatabaseLogEntry.

Definition at line 117 of file LogEntry.php.


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