MediaWiki  REL1_19
RCDatabaseLogEntry Class Reference
Inheritance diagram for RCDatabaseLogEntry:
Collaboration diagram for RCDatabaseLogEntry:

List of all members.

Public Member Functions

 getComment ()
 Get the user provided comment.
 getDeleted ()
 Get the access restriction.
 getId ()
 Returns the unique database id.
 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.

Protected Member Functions

 getRawParameters ()
 Returns whatever is stored in the database field.

Detailed Description

Definition at line 253 of file LogEntry.php.


Member Function Documentation

Get the user provided comment.

Returns:
string

Reimplemented from DatabaseLogEntry.

Definition at line 295 of file LogEntry.php.

Get the access restriction.

Returns:
string

Reimplemented from DatabaseLogEntry.

Definition at line 299 of file LogEntry.php.

Returns the unique database id.

Returns:
int

Reimplemented from DatabaseLogEntry.

Definition at line 255 of file LogEntry.php.

Get the user for performed this action.

Returns:
User

Reimplemented from DatabaseLogEntry.

Definition at line 273 of file LogEntry.php.

References if, User\newFromId(), and User\newFromName().

Here is the call graph for this function:

Returns whatever is stored in the database field.

Returns:
string

Reimplemented from DatabaseLogEntry.

Definition at line 259 of file LogEntry.php.

The log subtype.

Returns:
string

Reimplemented from DatabaseLogEntry.

Definition at line 269 of file LogEntry.php.

Get the target page of this action.

Returns:
Title

Reimplemented from DatabaseLogEntry.

Definition at line 284 of file LogEntry.php.

References $page, $title, and Title\makeTitle().

Here is the call graph for this function:

Get the timestamp when the action was executed.

Returns:
string

Reimplemented from DatabaseLogEntry.

Definition at line 291 of file LogEntry.php.

References wfTimestamp().

Here is the call graph for this function:

The main log type.

Returns:
string

Reimplemented from DatabaseLogEntry.

Definition at line 265 of file LogEntry.php.


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