Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93069588
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
Mon, Nov 25, 23:35
Size
400 B
Mime Type
text/x-php
Expires
Wed, Nov 27, 23:35 (2 d)
Engine
blob
Format
Raw Data
Handle
22567006
Attached To
rPH Phabricator
ManiphestRemarkupRule.php
View Options
<?php
/**
* @group maniphest
*/
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
)
->
withTaskIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment