Changeset View
Changeset View
Standalone View
Standalone View
src/ref/ArcanistRepositoryRef.php
| <?php | <?php | ||||
| final class ArcanistRepositoryRef | final class ArcanistRepositoryRef | ||||
| extends ArcanistRef { | extends ArcanistRef { | ||||
| private $phid; | private $phid; | ||||
| private $browseURI; | private $browseURI; | ||||
| public function getRefIdentifier() { | public function getRefDisplayName() { | ||||
| return pht('Remote Repository'); | return pht('Remote Repository'); | ||||
| } | } | ||||
| public function defineHardpoints() { | public function defineHardpoints() { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| public function setPHID($phid) { | public function setPHID($phid) { | ||||
| ▲ Show 20 Lines • Show All 62 Lines • Show Last 20 Lines | |||||