MediaWiki  REL1_19
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 87 of file LogEntry.php.


Member Function Documentation

The full logtype in format maintype/subtype.

Returns:
string

Implements LogEntry.

Definition at line 89 of file LogEntry.php.

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

Here is the call graph for this function:

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

Implements LogEntry.

Definition at line 93 of file LogEntry.php.

References LogEntry\getDeleted().

Here is the call graph for this function:

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

Reimplemented in DatabaseLogEntry.

Definition at line 101 of file LogEntry.php.


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