MediaWiki REL1_28
|
Abstract base class for revision items. More...
Public Member Functions | |
__construct ( $list, $row) | |
canView () | |
Returns true if the current user can view the item. | |
canViewContent () | |
Returns true if the current user can view the item text/file. | |
formatDate () | |
Get the date, formatted in user's language. | |
formatTime () | |
Get the time, formatted in user's language. | |
getAuthorId () | |
Get the author user ID. | |
getAuthorIdField () | |
Get the DB field name storing user ids. | |
getAuthorName () | |
Get the author user name. | |
getAuthorNameField () | |
Get the DB field name storing user names. | |
getHTML () | |
Get the HTML of the list item. | |
getId () | |
Get the ID, as it would appear in the ids URL parameter. | |
getIdField () | |
Get the DB field name associated with the ID list. | |
getTimestamp () | |
Get the timestamp in MW 14-char form. | |
getTimestampField () | |
Get the DB field name storing timestamps. | |
Protected Attributes | |
RevisionListBase | $list |
The parent. | |
$row | |
The database result row. | |
Abstract base class for revision items.
Definition at line 150 of file RevisionList.php.
RevisionItemBase::__construct | ( | $list, | |
$row | |||
) |
RevisionListBase | $list | |
object | $row | DB result row |
Reimplemented in RevDelArchivedFileItem, RevDelArchivedRevisionItem, RevDelArchiveItem, RevDelFileItem, RevDelRevisionItem, and RevisionItem.
Definition at line 161 of file RevisionList.php.
References $list, $row, and list.
Referenced by RevDelArchivedFileItem\__construct(), RevDelArchivedRevisionItem\__construct(), and RevDelArchiveItem\__construct().
|
abstract |
Returns true if the current user can view the item.
Reimplemented in ChangeTagsLogItem, RevDelFileItem, RevDelLogItem, RevDelRevisionItem, and RevisionItem.
|
abstract |
Returns true if the current user can view the item text/file.
Reimplemented in ChangeTagsLogItem, RevDelFileItem, RevDelLogItem, RevDelRevisionItem, and RevisionItem.
RevisionItemBase::formatDate | ( | ) |
Get the date, formatted in user's language.
Definition at line 215 of file RevisionList.php.
References getTimestamp(), and list.
RevisionItemBase::formatTime | ( | ) |
Get the time, formatted in user's language.
Definition at line 224 of file RevisionList.php.
References getTimestamp(), and list.
RevisionItemBase::getAuthorId | ( | ) |
Get the author user ID.
Definition at line 242 of file RevisionList.php.
References getAuthorIdField().
RevisionItemBase::getAuthorIdField | ( | ) |
Get the DB field name storing user ids.
Override this function.
Reimplemented in ChangeTagsLogItem, RevDelArchivedFileItem, RevDelArchiveItem, RevDelFileItem, RevDelLogItem, RevDelRevisionItem, and RevisionItem.
Definition at line 189 of file RevisionList.php.
Referenced by getAuthorId().
RevisionItemBase::getAuthorName | ( | ) |
Get the author user name.
Definition at line 251 of file RevisionList.php.
References getAuthorNameField().
RevisionItemBase::getAuthorNameField | ( | ) |
Get the DB field name storing user names.
Override this function.
Reimplemented in ChangeTagsLogItem, RevDelArchivedFileItem, RevDelArchiveItem, RevDelFileItem, RevDelLogItem, RevDelRevisionItem, and RevisionItem.
Definition at line 198 of file RevisionList.php.
Referenced by getAuthorName().
|
abstract |
Get the HTML of the list item.
Should be include "<li></li>" tags. This is used to show the list in HTML form, by the special page.
Reimplemented in ChangeTagsLogItem, ChangeTagsRevisionItem, RevDelFileItem, RevDelLogItem, RevDelRevisionItem, and RevisionItem.
RevisionItemBase::getId | ( | ) |
Get the ID, as it would appear in the ids URL parameter.
Reimplemented in RevDelArchivedFileItem, RevDelArchivedRevisionItem, RevDelArchiveItem, and RevDelFileItem.
Definition at line 206 of file RevisionList.php.
References getIdField().
Referenced by RevDelRevisionItem\isHideCurrentOp().
RevisionItemBase::getIdField | ( | ) |
Get the DB field name associated with the ID list.
Override this function.
Reimplemented in ChangeTagsLogItem, RevDelArchivedFileItem, RevDelArchivedRevisionItem, RevDelArchiveItem, RevDelFileItem, RevDelLogItem, RevDelRevisionItem, and RevisionItem.
Definition at line 171 of file RevisionList.php.
Referenced by getId().
RevisionItemBase::getTimestamp | ( | ) |
Get the timestamp in MW 14-char form.
Definition at line 233 of file RevisionList.php.
References getTimestampField(), TS_MW, and wfTimestamp().
Referenced by formatDate(), and formatTime().
RevisionItemBase::getTimestampField | ( | ) |
Get the DB field name storing timestamps.
Override this function.
Reimplemented in ChangeTagsLogItem, RevDelArchivedFileItem, RevDelArchiveItem, RevDelFileItem, RevDelLogItem, RevDelRevisionItem, and RevisionItem.
Definition at line 180 of file RevisionList.php.
Referenced by getTimestamp().
|
protected |
The parent.
Definition at line 152 of file RevisionList.php.
Referenced by RevDelArchivedRevisionItem\__construct(), RevDelArchiveItem\__construct(), RevDelRevisionItem\__construct(), __construct(), and RevisionItem\__construct().
|
protected |
The database result row.
Definition at line 155 of file RevisionList.php.
Referenced by RevDelArchivedFileItem\__construct(), RevDelArchivedRevisionItem\__construct(), RevDelArchiveItem\__construct(), RevDelFileItem\__construct(), RevDelRevisionItem\__construct(), __construct(), and RevisionItem\__construct().