Page MenuHomePhabricator
Diviner Phabricator Tech Docs DifferentialChangesetHTMLRenderer

abstract class DifferentialChangesetHTMLRenderer
Phabricator Technical Documentation (Differential)

This class is not documented.

Methods

public static function getHTMLRendererByKey($key)

This method is not documented.
Parameters
$key
Return
wild

abstract protected function getRendererTableClass()

This method is not documented.
Return
wild

abstract public function getRowScaffoldForInline($view)

This method is not documented.
Parameters
PHUIDiffInlineCommentView$view
Return
wild

protected function renderChangeTypeHeader($force)

This method is not documented.
Parameters
$force
Return
wild

protected function renderUndershieldHeader()

This method is not documented.
Return
wild

private function formatHeaderMessages($messages)

This method is not documented.
Parameters
array$messages
Return
wild

protected function renderPropertyChangeHeader()

This method is not documented.
Return
wild

public function renderShield($message, $force)

This method is not documented.
Parameters
$message
$force
Return
wild

abstract protected function renderColgroup()

This method is not documented.
Return
wild

protected function wrapChangeInTable($content)

This method is not documented.
Parameters
$content
Return
wild

protected function getTableSigils()

This method is not documented.
Return
wild

protected function buildInlineComment($comment, $on_right)

This method is not documented.
Parameters
PhabricatorInlineComment$comment
$on_right
Return
wild

protected function renderShowContextLinks($top, $len, $changeset_length, $is_blocks)

Build links which users can click to show more context in a changeset.

Parameters
int$topBeginning of the line range to build links for.
int$lenLength of the line range to build links for.
int$changeset_lengthTotal number of lines in the changeset.
$is_blocks
Return
markupRendered links.

private function renderShowContextLink($is_all, $range, $text)

Build a link that shows more context in a changeset.

See renderShowContextLinks().

Parameters
bool$is_allDoes this link show all context when clicked?
string$rangeRange specification for lines to show.
string$textText of the link.
Return
markupRendered link.

protected function getLineIDPrefixes()

Build the prefixes for line IDs used to track inline comments.

Return
pair<wild, wild>Left and right prefixes.