MediaWiki REL1_31
LogEntry Interface Reference

Interface for log entries. More...

Inheritance diagram for LogEntry:

Public Member Functions

 getComment ()
 Get the user provided comment.
 
 getDeleted ()
 Get the access restriction.
 
 getFullType ()
 The full logtype in format maintype/subtype.
 
 getParameters ()
 Get the extra parameters stored for this message.
 
 getPerformer ()
 Get the user for performed this action.
 
 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.
 
 isDeleted ( $field)
 

Detailed Description

Interface for log entries.

Every log entry has these methods.

Since
1.19

Definition at line 38 of file LogEntry.php.

Member Function Documentation

◆ getComment()

LogEntry::getComment ( )

Get the user provided comment.

Returns
string

Implemented in DatabaseLogEntry, RCDatabaseLogEntry, and ManualLogEntry.

◆ getDeleted()

LogEntry::getDeleted ( )

Get the access restriction.

Returns
string

Implemented in DatabaseLogEntry, RCDatabaseLogEntry, and ManualLogEntry.

Referenced by LogEntryBase\isDeleted().

◆ getFullType()

LogEntry::getFullType ( )

The full logtype in format maintype/subtype.

Returns
string

Implemented in LogEntryBase.

◆ getParameters()

◆ getPerformer()

LogEntry::getPerformer ( )

Get the user for performed this action.

Returns
User

Implemented in DatabaseLogEntry, RCDatabaseLogEntry, and ManualLogEntry.

Referenced by LogFormatter\getMessageParameters().

◆ getSubtype()

◆ getTarget()

LogEntry::getTarget ( )

◆ getTimestamp()

LogEntry::getTimestamp ( )

Get the timestamp when the action was executed.

Returns
string

Implemented in DatabaseLogEntry, RCDatabaseLogEntry, and ManualLogEntry.

Referenced by LogFormatter\getIRCActionText(), and BlockLogFormatter\getParametersForApi().

◆ getType()

◆ isDeleted()

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

Implemented in LogEntryBase.


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