Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93581397
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, Nov 29, 22:07
Size
389 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 22:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22669843
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