Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91635512
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
Tue, Nov 12, 23:08
Size
531 B
Mime Type
text/x-php
Expires
Thu, Nov 14, 23:08 (2 d)
Engine
blob
Format
Raw Data
Handle
22297827
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