MediaWiki REL1_39
|
Item class for a live revision table row with its associated change tags. More...
Public Member Functions | |||||||
getHTML () | |||||||
getTags () | |||||||
![]() | |||||||
__construct (RevisionListBase $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.
| |||||||
getAuthorIdField () | |||||||
Get the DB field name storing user ids.Override this function.
| |||||||
getAuthorNameField () | |||||||
Get the DB field name storing user names.Override this function.
| |||||||
getIdField () | |||||||
Get the DB field name associated with the ID list.Override this function.
| |||||||
getTimestampField () | |||||||
Get the DB field name storing timestamps.Override this function.
| |||||||
isDeleted () | |||||||
![]() | |||||||
formatDate () | |||||||
Get the date, formatted in user's language. | |||||||
formatTime () | |||||||
Get the time, formatted in user's language. | |||||||
getAuthorActor () | |||||||
Get the author actor ID. | |||||||
getAuthorActorField () | |||||||
Get the DB field name storing actor ids. | |||||||
getAuthorId () | |||||||
Get the author user ID. | |||||||
getAuthorName () | |||||||
Get the author user name. | |||||||
getId () | |||||||
Get the ID, as it would appear in the ids URL parameter. | |||||||
getTimestamp () | |||||||
Get the timestamp in MW 14-char form. | |||||||
Additional Inherited Members | |
![]() | |
getDiffLink () | |
Get the HTML link to the diff. | |
getRevisionLink () | |
Get the HTML link to the revision text. | |
getRevisionRecord () | |
Get the RevisionRecord for the item. | |
![]() | |
getLinkRenderer () | |
Returns an instance of LinkRenderer. | |
![]() | |
RequestContext | $context |
RevisionRecord | $revisionRecord |
![]() | |
RevisionListBase | $list |
The parent. | |
stdClass | $row |
The database result row. | |
Item class for a live revision table row with its associated change tags.
Definition at line 26 of file ChangeTagsRevisionItem.php.
ChangeTagsRevisionItem::getHTML | ( | ) |
Reimplemented from RevisionItem.
Definition at line 38 of file ChangeTagsRevisionItem.php.
References $content, ChangeTags\formatSummaryRow(), RevisionItem\getDiffLink(), Linker\getRevisionDeletedClass(), RevisionItem\getRevisionLink(), RevisionItem\getRevisionRecord(), getTags(), RevisionItem\isDeleted(), Linker\revComment(), and Linker\revUserLink().
ChangeTagsRevisionItem::getTags | ( | ) |
Definition at line 30 of file ChangeTagsRevisionItem.php.
Referenced by getHTML().