Page MenuHomenazrin ltd
Diviner Tech Docs PhabricatorRepositorySymbol

final class PhabricatorRepositorySymbol
Phorge Technical Documentation (Repositories)

Records information about symbol locations in a codebase, like where classes and functions are defined.

Query symbols with DiffusionSymbolQuery.

Methods

public function getApplicationName()
Inherited

This method is not documented.
Return
wild

protected function getConfiguration()

This method is not documented.
Return
wild

public function getURI()

This method is not documented.
Return
wild

public function getPath()

This method is not documented.
Return
wild

public function attachPath($path)

This method is not documented.
Parameters
$path
Return
wild

public function getRepository()

This method is not documented.
Return
wild

public function attachRepository($repository)

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

public function isExternal()

This method is not documented.
Return
wild

public function setIsExternal($is_external)

This method is not documented.
Parameters
$is_external
Return
wild

public function getSource()

This method is not documented.
Return
wild

public function setSource($source)

This method is not documented.
Parameters
$source
Return
wild

public function getLocation()

This method is not documented.
Return
wild

public function setLocation($location)

This method is not documented.
Parameters
$location
Return
wild

public function setExternalURI($external_uri)

This method is not documented.
Parameters
$external_uri
Return
wild