value = $revision->getRepositoryPHID(); } public function shouldAppearInListView() { return true; } public function renderOnListItem( PHUIObjectItemView $view) { if ($this->value) { $view->addAttribute($this->getViewer()->renderHandle($this->value)); } } }