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