Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98130814
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, Jan 10, 03:13
Size
389 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 03:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23512310
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