Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101882346
ManiphestRemarkupRule.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, Feb 14, 17:33
Size
366 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 17:33 (2 d)
Engine
blob
Format
Raw Data
Handle
24246963
Attached To
rPH Phabricator
ManiphestRemarkupRule.php
View Options
<?php
final
class
ManiphestRemarkupRule
extends
PhabricatorRemarkupRuleObject
{
protected
function
getObjectNamePrefix
()
{
return
'T'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
return
id
(
new
ManiphestTaskQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment