Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93211210
PhabricatorPhurlRemarkupRule.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
Wed, Nov 27, 01:29
Size
381 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 01:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22594236
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment