MediaWiki
REL1_20
|
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. |
Definition at line 269 of file LogEntry.php.
Get the user provided comment.
Reimplemented from DatabaseLogEntry.
Definition at line 311 of file LogEntry.php.
Get the access restriction.
Reimplemented from DatabaseLogEntry.
Definition at line 315 of file LogEntry.php.
Returns the unique database id.
Reimplemented from DatabaseLogEntry.
Definition at line 271 of file LogEntry.php.
Get the user for performed this action.
Reimplemented from DatabaseLogEntry.
Definition at line 289 of file LogEntry.php.
References if, User\newFromId(), and User\newFromName().
RCDatabaseLogEntry::getRawParameters | ( | ) | [protected] |
Returns whatever is stored in the database field.
Reimplemented from DatabaseLogEntry.
Definition at line 275 of file LogEntry.php.
The log subtype.
Reimplemented from DatabaseLogEntry.
Definition at line 285 of file LogEntry.php.
Get the target page of this action.
Reimplemented from DatabaseLogEntry.
Definition at line 300 of file LogEntry.php.
References $page, $title, and Title\makeTitle().
Get the timestamp when the action was executed.
Reimplemented from DatabaseLogEntry.
Definition at line 307 of file LogEntry.php.
References wfTimestamp().
The main log type.
Reimplemented from DatabaseLogEntry.
Definition at line 281 of file LogEntry.php.