Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93594765
HeraldRemarkupRule.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
Sat, Nov 30, 00:48
Size
359 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 00:48 (2 d)
Engine
blob
Format
Raw Data
Handle
22669736
Attached To
rPH Phabricator
HeraldRemarkupRule.php
View Options
<?php
final
class
HeraldRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
()
{
return
'H'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
return
id
(
new
HeraldRuleQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment