Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90333878
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
Thu, Oct 31, 15:21
Size
364 B
Mime Type
text/x-php
Expires
Sat, Nov 2, 15:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22052759
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