Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103472826
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
Sun, Mar 2, 07:46
Size
367 B
Mime Type
text/x-php
Expires
Tue, Mar 4, 07:46 (2 d)
Engine
blob
Format
Raw Data
Handle
24587416
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