Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4852589
PHIDConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
531 B
Referenced Files
None
Subscribers
None
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
(
)
,
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 9, 06:41 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1751913
Default Alt Text
PHIDConduitAPIMethod.php (531 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment