public function __get($name)Inherited
$name |
wild |
public function __set($name, $value)Inherited
$name | ||
$value |
wild |
public function current()Inherited
wild |
public function key()Inherited
wild |
public function next()Inherited
wild |
public function rewind()Inherited
wild |
public function valid()Inherited
wild |
private function throwOnAttemptedIteration()Inherited
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
Read the value of a class constant.
This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
string | Value of the constant. |
public function getRendererKey()
wild |
public function setShowEditAndReplyLinks($bool)Inherited
$bool |
wild |
public function getShowEditAndReplyLinks()Inherited
wild |
public function setHighlightingDisabled($highlighting_disabled)Inherited
$highlighting_disabled |
wild |
public function getHighlightingDisabled()Inherited
wild |
public function setOriginalCharacterEncoding($original_character_encoding)Inherited
$original_character_encoding |
wild |
public function getOriginalCharacterEncoding()Inherited
wild |
public function setIsUndershield($is_undershield)Inherited
$is_undershield |
wild |
public function getIsUndershield()Inherited
wild |
public function setMask($mask)Inherited
$mask |
wild |
protected function getMask()Inherited
wild |
public function setGaps($gaps)Inherited
$gaps |
wild |
protected function getGaps()Inherited
wild |
public function setDepthOnlyLines($lines)Inherited
array | $lines |
wild |
public function getDepthOnlyLines()Inherited
wild |
public function attachOldFile($old)Inherited
PhabricatorFile | $old |
wild |
public function getOldFile()Inherited
wild |
public function hasOldFile()Inherited
wild |
public function attachNewFile($new)Inherited
PhabricatorFile | $new |
wild |
public function getNewFile()Inherited
wild |
public function hasNewFile()Inherited
wild |
public function setOriginalNew($original_new)Inherited
$original_new |
wild |
protected function getOriginalNew()Inherited
wild |
public function setOriginalOld($original_old)Inherited
$original_old |
wild |
protected function getOriginalOld()Inherited
wild |
public function setNewRender($new_render)Inherited
$new_render |
wild |
protected function getNewRender()Inherited
wild |
public function setOldRender($old_render)Inherited
$old_render |
wild |
protected function getOldRender()Inherited
wild |
public function setMarkupEngine($markup_engine)Inherited
PhabricatorMarkupEngine | $markup_engine |
wild |
public function getMarkupEngine()Inherited
wild |
public function setHandles($handles)Inherited
array | $handles |
wild |
protected function getHandles()Inherited
wild |
public function setCodeCoverage($code_coverage)Inherited
$code_coverage |
wild |
protected function getCodeCoverage()Inherited
wild |
public function setHighlightNew($highlight_new)Inherited
$highlight_new |
wild |
protected function getHighlightNew()Inherited
wild |
public function setHighlightOld($highlight_old)Inherited
$highlight_old |
wild |
protected function getHighlightOld()Inherited
wild |
public function setNewAttachesToNewFile($attaches)Inherited
$attaches |
wild |
protected function getNewAttachesToNewFile()Inherited
wild |
public function setOldAttachesToNewFile($attaches)Inherited
$attaches |
wild |
protected function getOldAttachesToNewFile()Inherited
wild |
public function setNewChangesetID($new_changeset_id)Inherited
$new_changeset_id |
wild |
protected function getNewChangesetID()Inherited
wild |
public function setOldChangesetID($old_changeset_id)Inherited
$old_changeset_id |
wild |
protected function getOldChangesetID()Inherited
wild |
public function setDocumentEngine($engine)Inherited
PhabricatorDocumentEngine | $engine |
wild |
public function getDocumentEngine()Inherited
wild |
public function setDocumentEngineBlocks($blocks)Inherited
PhabricatorDocumentEngineBlocks | $blocks |
wild |
public function getDocumentEngineBlocks()Inherited
wild |
public function setNewComments($new_comments)Inherited
array | $new_comments |
wild |
protected function getNewComments()Inherited
wild |
public function setOldComments($old_comments)Inherited
array | $old_comments |
wild |
protected function getOldComments()Inherited
wild |
public function setNewLines($new_lines)Inherited
array | $new_lines |
wild |
protected function getNewLines()Inherited
wild |
public function setOldLines($old_lines)Inherited
array | $old_lines |
wild |
protected function getOldLines()Inherited
wild |
public function setHunkStartLines($hunk_start_lines)Inherited
array | $hunk_start_lines |
wild |
protected function getHunkStartLines()Inherited
wild |
public function setUser($user)Inherited
PhabricatorUser | $user |
wild |
protected function getUser()Inherited
wild |
public function setChangeset($changeset)Inherited
DifferentialChangeset | $changeset |
wild |
protected function getChangeset()Inherited
wild |
public function setRenderingReference($rendering_reference)Inherited
$rendering_reference |
wild |
protected function getRenderingReference()Inherited
wild |
public function setRenderPropertyChangeHeader($should_render)Inherited
$should_render |
wild |
private function shouldRenderPropertyChangeHeader()Inherited
wild |
public function setIsTopLevel($is)Inherited
$is |
wild |
private function getIsTopLevel()Inherited
wild |
public function setCanMarkDone($can_mark_done)Inherited
$can_mark_done |
wild |
public function getCanMarkDone()Inherited
wild |
public function setObjectOwnerPHID($phid)Inherited
$phid |
wild |
public function getObjectOwnerPHID()Inherited
wild |
final public function renderChangesetTable($content)Inherited
$content |
wild |
public function isOneUpRenderer()
wild |
public function renderTextChange($range_start, $range_len, $rows)
$range_start | ||
$range_len | ||
$rows |
wild |
public function renderDocumentEngineBlocks($block_list, $old_changeset_key, $new_changeset_key)
PhabricatorDocumentEngineBlocks | $blocks | |
$old_changeset_key | ||
$new_changeset_key |
wild |
protected function renderChangeTypeHeader($force)Inherited
$force |
wild |
protected function renderUndershieldHeader()Inherited
wild |
protected function didRenderChangesetTableContents($contents)Inherited
$contents |
wild |
public function renderShield($message, $force)Inherited
Render a "shield" over the diff, with a message like "This file is generated and does not need to be reviewed." or "This file was completely deleted." This UI element hides unimportant text so the reviewer doesn't need to scroll past it.
The shield includes a link to view the underlying content. This link may force certain rendering modes when the link is clicked:
- "default": Render the diff normally, as though it was not shielded. This is the default and appropriate if the underlying diff is a normal change, but was hidden for reasons of not being important (e.g., generated code).
- "text": Force the text to be shown. This is probably only relevant when a file is not changed.
- "none": Don't show the link (e.g., text not available).
string | $message | Message explaining why the diff is hidden. |
string|null | $force | Force mode, see above. |
string | Shield markup. |
protected function renderPropertyChangeHeader()Inherited
wild |
protected function buildPrimitives($range_start, $range_len)Inherited
$range_start | ||
$range_len |
wild |
private function processPrimitivesForOneUp($primitives)Inherited
array | $primitives |
wild |
protected function getChangesetProperties($changeset)Inherited
$changeset |
wild |
public function renderUndoTemplates()Inherited
wild |
final protected function getScopeEngine()Inherited
wild |
private function getNewLineTextMap()Inherited
wild |
public static function getHTMLRendererByKey($key)Inherited
$key |
wild |
protected function getRendererTableClass()
wild |
public function getRowScaffoldForInline($view)
PHUIDiffInlineCommentView | $view |
wild |
private function formatHeaderMessages($messages)Inherited
array | $messages |
wild |
protected function renderColgroup()
wild |
protected function wrapChangeInTable($content)Inherited
$content |
wild |
protected function getTableSigils()Inherited
wild |
protected function buildInlineComment($comment, $on_right)Inherited
PhabricatorInlineComment | $comment | |
$on_right |
wild |
protected function renderShowContextLinks($top, $len, $changeset_length, $is_blocks)Inherited
Build links which users can click to show more context in a changeset.
int | $top | Beginning of the line range to build links for. |
int | $len | Length of the line range to build links for. |
int | $changeset_length | Total number of lines in the changeset. |
$is_blocks |
markup | Rendered links. |
private function renderShowContextLink($is_all, $range, $text)Inherited
Build a link that shows more context in a changeset.
bool | $is_all | Does this link show all context when clicked? |
string | $range | Range specification for lines to show. |
string | $text | Text of the link. |
markup | Rendered link. |
protected function getLineIDPrefixes()Inherited
Build the prefixes for line IDs used to track inline comments.
pair<wild, wild> | Left and right prefixes. |
public function setSimpleMode($simple_mode)
$simple_mode |
wild |
public function getSimpleMode()
wild |
protected function renderPrimitives($primitives, $rows)
array | $primitives | |
$rows |
wild |
private function newSimpleTable($content)
$content |
wild |