MediaWiki REL1_39
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.
 
 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.
 
 isDeleted ( $field)
 

Detailed Description

Interface for log entries.

Every log entry has these methods.

Stability: unstable
for implementation, extensions should subclass LogEntryBase instead.
Since
1.19

Definition at line 34 of file LogEntry.php.

Member Function Documentation

◆ getComment()

LogEntry::getComment ( )

Get the user provided comment.

Returns
string

Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.

◆ getDeleted()

LogEntry::getDeleted ( )

Get the access restriction.

Returns
int

Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.

Referenced by LogEntryBase\isDeleted().

◆ getFullType()

LogEntry::getFullType ( )

The full logtype in format maintype/subtype.

Returns
string

Implemented in LogEntryBase.

Referenced by LogFormatter\newFromEntry().

◆ getParameters()

◆ getPerformerIdentity()

LogEntry::getPerformerIdentity ( )
Since
1.36
Returns
UserIdentity

Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.

Referenced by LogFormatter\getMessageParameters().

◆ getSubtype()

◆ getTarget()

LogEntry::getTarget ( )

◆ getTimestamp()

LogEntry::getTimestamp ( )

Get the timestamp when the action was executed.

Returns
string

Implemented in DatabaseLogEntry, ManualLogEntry, and RCDatabaseLogEntry.

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: