Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F457991
DifferentialRemarkupRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
DifferentialRemarkupRule.php
View Options
<?php
/**
* @group differential
*/
final
class
DifferentialRemarkupRule
extends
PhabricatorRemarkupRuleObject
{
protected
function
getObjectNamePrefix
()
{
return
'D'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
if
(!
$viewer
)
{
return
array
();
}
return
id
(
new
DifferentialRevisionQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 10:45 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71138
Default Alt Text
DifferentialRemarkupRule.php (458 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment