Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103669772
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
Mon, Mar 3, 21:42
Size
378 B
Mime Type
text/x-php
Expires
Wed, Mar 5, 21:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24634153
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