Page MenuHomePhabricator

final class DiffusionReadmeView
Phabricator Technical Documentation (Diffusion)

This class is not documented.

Methods

final public function setDiffusionRequest($request)
Inherited

This method is not documented.
Parameters
DiffusionRequest$request
Return
wild

final public function getDiffusionRequest()
Inherited

This method is not documented.
Return
wild

final public function linkHistory($path)
Inherited

This method is not documented.
Parameters
$path
Return
wild

final public function linkBranchHistory($branch)
Inherited

This method is not documented.
Parameters
$branch
Return
wild

final public function linkTagHistory($tag)
Inherited

This method is not documented.
Parameters
$tag
Return
wild

private function renderHistoryLink($href)
Inherited

This method is not documented.
Parameters
$href
Return
wild

final public function linkBrowse($path, $details)
Inherited

This method is not documented.
Parameters
$path
array$details
Return
wild

final public static function linkCommit($repository, $commit, $summary)
Inherited

This method is not documented.
Parameters
PhabricatorRepository$repository
$commit
$summary
Return
wild

final public static function linkRevision($id)
Inherited

This method is not documented.
Parameters
$id
Return
wild

final public static function renderName($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

final protected function renderBuildable($buildable)
Inherited

This method is not documented.
Parameters
HarbormasterBuildable$buildable
Return
wild

final protected function loadBuildables($commits)
Inherited

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

public function setPath($path)

This method is not documented.
Parameters
$path
Return
wild

public function getPath()

This method is not documented.
Return
wild

public function setContent($content)

This method is not documented.
Parameters
$content
Return
wild

public function getContent()

This method is not documented.
Return
wild

private function getReadmeLanguage($path)

Get the markup language a README should be interpreted as.

Parameters
string$pathLocal README path, like "README.txt".
Return
stringBest markup interpreter (like "remarkup") for this file.

public function render()

This method is not documented.
Return
wild