[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |