Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93896391
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
Mon, Dec 2, 08:26
Size
367 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 08:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22720949
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