Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111322919
PhabricatorHandleObjectSelectorDataView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Apr 30, 19:19
Size
378 B
Mime Type
text/x-php
Expires
Fri, May 2, 19:19 (2 d)
Engine
blob
Format
Raw Data
Handle
25867571
Attached To
rPH Phabricator
PhabricatorHandleObjectSelectorDataView.php
View Options
<?php
final
class
PhabricatorHandleObjectSelectorDataView
extends
Phobject
{
private
$handle
;
public
function
__construct
(
$handle
)
{
$this
->
handle
=
$handle
;
}
public
function
renderData
()
{
$handle
=
$this
->
handle
;
return
array
(
'phid'
=>
$handle
->
getPHID
(),
'name'
=>
$handle
->
getFullName
(),
'uri'
=>
$handle
->
getURI
(),
);
}
}
Event Timeline
Log In to Comment