public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
public function getPhobjectClassConstant($key, $byte_limit)
Inherited
Phobject
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.
Parameters
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
protected function renderCodeBlock($block)Inherited
protected function renderCodeBlock($block)
Inherited
Parameters
$block |
Return
wild |
protected function renderHeaderBlock($block)Inherited
protected function renderHeaderBlock($block)
Inherited
Parameters
$block |
Return
wild |
protected function renderHeaderBold($content)Inherited
protected function renderHeaderBold($content)
Inherited
Parameters
$content |
Return
wild |
protected function renderContentBox($content)Inherited
protected function renderContentBox($content)
Inherited
Parameters
$content |
Return
wild |
public function setViewer($viewer)
public function setViewer($viewer)
Parameters
PhabricatorUser | $viewer |
Return
wild |
public function getViewer()
public function getViewer()
Return
wild |
public function setInlines($inlines)
public function setInlines($inlines)
Parameters
$inlines |
Return
wild |
public function getInlines()
public function getInlines()
Return
wild |
public function buildMailSection()
public function buildMailSection()
Return
wild |
private function loadChangesets($comments)
private function loadChangesets($comments)
Parameters
array | $comments |
Return
wild |
private function loadParents($comments)
private function loadParents($comments)
Parameters
array | $comments |
Return
wild |
private function loadAuthors($comments)
private function loadAuthors($comments)
Parameters
array | $comments |
Return
wild |
private function groupInlines($inlines)
private function groupInlines($inlines)
Parameters
array | $inlines |
Return
wild |
private function renderInline($comment, $is_html, $is_quote)
private function renderInline($comment, $is_html, $is_quote)
Parameters
DifferentialTransactionComment | $comment | |
$is_html | ||
$is_quote |
Return
wild |
private function renderRemarkupContent($content, $is_html)
private function renderRemarkupContent($content, $is_html)
Parameters
$content | ||
$is_html |
Return
wild |
private function getChangeset($id)
private function getChangeset($id)
Parameters
$id |
Return
wild |
private function getAuthor($phid)
private function getAuthor($phid)
Parameters
$phid |
Return
wild |
private function quoteText($block)
private function quoteText($block)
Parameters
$block |
Return
wild |
private function quoteHTML($block)
private function quoteHTML($block)
Parameters
$block |
Return
wild |
private function getPatch($parser, $comment, $is_html)
private function getPatch($parser, $comment, $is_html)
Parameters
DifferentialHunkParser | $parser | |
DifferentialTransactionComment | $comment | |
$is_html |
Return
wild |
private function renderPatch($comment, $patch, $is_html)
private function renderPatch($comment, $patch, $is_html)
Parameters
DifferentialTransactionComment | $comment | |
$patch | ||
$is_html |
Return
wild |
private function renderHeader($comment, $is_html, $with_author)
private function renderHeader($comment, $is_html, $with_author)
Parameters
DifferentialTransactionComment | $comment | |
$is_html | ||
$with_author |
Return
wild |
private function getInlineURI($comment)
private function getInlineURI($comment)
Parameters
DifferentialTransactionComment | $comment |
Return
wild |