Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1062678
ConduitAPI_phid_Method.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
533 B
Referenced Files
None
Subscribers
None
ConduitAPI_phid_Method.php
View Options
<?php
abstract
class
ConduitAPI_phid_Method
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
Sun, Jun 29, 10:08 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259052
Default Alt Text
ConduitAPI_phid_Method.php (533 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment