[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/phid/handle/view/ -> PhabricatorHandleObjectSelectorDataView.php (source)

   1  <?php
   2  
   3  final class PhabricatorHandleObjectSelectorDataView {
   4  
   5    private $handle;
   6  
   7    public function __construct($handle) {
   8      $this->handle = $handle;
   9    }
  10  
  11    public function renderData() {
  12      $handle = $this->handle;
  13      return array(
  14        'phid' => $handle->getPHID(),
  15        'name' => $handle->getFullName(),
  16        'uri'  => $handle->getURI(),
  17      );
  18    }
  19  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1