3 final class PhabricatorHandleObjectSelectorDataView
extends Phobject
{
7 public function __construct($handle) {
8 $this->handle
= $handle;
11 public function renderData() {
12 $handle = $this->handle
;
14 'phid' => $handle->getPHID(),
15 'name' => $handle->getFullName(),
16 'uri' => $handle->getURI(),