Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F456975
ManiphestRemarkupRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
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
)
->
withIDs
(
$ids
)
->
execute
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 8:59 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70641
Default Alt Text
ManiphestRemarkupRule.php (396 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment