34 return $this->row->ts_tags;
42 $difflink = $this->list->msg(
'parentheses' )
46 $comment = MediaWikiServices::getInstance()->getCommentFormatter()
50 $revlink =
"<span class=\"$class\">$revlink</span>";
53 $content =
"$difflink $revlink $userlink $comment";
60 $this->list->getContext()
63 $attribs[
'class'] = implode(
' ', $classes );
Item class for a live revision table row.
getRevisionLink()
Get the HTML link to the revision text.
getDiffLink()
Get the HTML link to the diff.
getRevisionRecord()
Get the RevisionRecord for the item.
static tags( $element, $attribs, $contents)
Same as Xml::element(), but does not escape contents.