Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97876920
PhamePostRemarkupRule.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, Jan 7, 02:10
Size
364 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 02:10 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23426142
Attached To
rPH Phabricator
PhamePostRemarkupRule.php
View Options
<?php
final
class
PhamePostRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
()
{
return
'J'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
return
id
(
new
PhamePostQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment