Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F451780
PhabricatorPhurlRemarkupRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
381 B
Referenced Files
None
Subscribers
None
PhabricatorPhurlRemarkupRule.php
View Options
<?php
final
class
PhabricatorPhurlRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
()
{
return
'U'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
return
id
(
new
PhabricatorPhurlURLQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 10:47 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
68440
Default Alt Text
PhabricatorPhurlRemarkupRule.php (381 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment