Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2983599
PhamePostRemarkupRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
364 B
Referenced Files
None
Subscribers
None
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
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Feb 20, 19:08 (2 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1164103
Default Alt Text
PhamePostRemarkupRule.php (364 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment