Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101745678
PhabricatorRemarkupRuleManiphestHandle.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, 06:47
Size
367 B
Mime Type
text/x-php
Expires
Sat, Feb 15, 06:47 (2 d)
Engine
blob
Format
Raw Data
Handle
24221610
Attached To
rPH Phabricator
PhabricatorRemarkupRuleManiphestHandle.php
View Options
<?php
/**
* @group markup
*/
final
class
PhabricatorRemarkupRuleManiphestHandle
extends
PhabricatorRemarkupRuleObjectHandle
{
protected
function
getObjectNamePrefix
()
{
return
'T'
;
}
protected
function
loadObjectPHID
(
$id
)
{
$task
=
id
(
new
ManiphestTask
())->
load
(
$id
);
if
(
$task
)
{
return
$task
->
getPHID
();
}
return
null
;
}
}
Event Timeline
Log In to Comment