Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93192328
DifferentialRemarkupRule.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
Tue, Nov 26, 22:06
Size
408 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 22:06 (2 d)
Engine
blob
Format
Raw Data
Handle
22584155
Attached To
rPH Phabricator
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'
);
return
id
(
new
DifferentialRevisionQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment