Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101812963
PHIDConduitAPIMethod.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
Thu, Feb 13, 23:41
Size
531 B
Mime Type
text/x-php
Expires
Sat, Feb 15, 23:41 (2 d)
Engine
blob
Format
Raw Data
Handle
24236077
Attached To
rPH Phabricator
PHIDConduitAPIMethod.php
View Options
<?php
abstract
class
PHIDConduitAPIMethod
extends
ConduitAPIMethod
{
protected
function
buildHandleInformationDictionary
(
PhabricatorObjectHandle
$handle
)
{
return
array
(
'phid'
=>
$handle
->
getPHID
(),
'uri'
=>
PhabricatorEnv
::
getProductionURI
(
$handle
->
getURI
()),
'typeName'
=>
$handle
->
getTypeName
(),
'type'
=>
$handle
->
getType
(),
'name'
=>
$handle
->
getName
(),
'fullName'
=>
$handle
->
getFullName
(),
'status'
=>
$handle
->
getStatus
(),
);
}
}
Event Timeline
Log In to Comment