Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96239922
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
Tue, Dec 24, 01:46
Size
361 B
Mime Type
text/x-php
Expires
Thu, Dec 26, 01:46 (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
23107947
Attached To
rPH Phabricator
PhabricatorHandleObjectSelectorDataView.php
View Options
<?php
final
class
PhabricatorHandleObjectSelectorDataView
{
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