Changeset View
Changeset View
Standalone View
Standalone View
src/ref/paste/ArcanistPasteRef.php
| Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | final class ArcanistPasteRef | ||||
| public function getMonogram() { | public function getMonogram() { | ||||
| return 'P'.$this->getID(); | return 'P'.$this->getID(); | ||||
| } | } | ||||
| protected function buildRefView(ArcanistRefView $view) { | protected function buildRefView(ArcanistRefView $view) { | ||||
| $view | $view | ||||
| ->setObjectName($this->getMonogram()) | ->setObjectName($this->getMonogram()) | ||||
| ->setTitle($this->getName()); | ->setTitle($this->getTitle()); | ||||
| } | } | ||||
| } | } | ||||