Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106030805
PhabricatorRemarkupRuleDifferentialHandle.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
Fri, Mar 21, 16:57
Size
389 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 16:57 (2 d)
Engine
blob
Format
Raw Data
Handle
25058041
Attached To
rPH Phabricator
PhabricatorRemarkupRuleDifferentialHandle.php
View Options
<?php
/**
* @group markup
*/
final
class
PhabricatorRemarkupRuleDifferentialHandle
extends
PhabricatorRemarkupRuleObjectHandle
{
protected
function
getObjectNamePrefix
()
{
return
'D'
;
}
protected
function
loadObjectPHID
(
$id
)
{
$revision
=
id
(
new
DifferentialRevision
())->
load
(
$id
);
if
(
$revision
)
{
return
$revision
->
getPHID
();
}
return
null
;
}
}
Event Timeline
Log In to Comment