Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295090
DiffusionRepositoryByIDRemarkupRule.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
572 B
Referenced Files
None
Subscribers
None
DiffusionRepositoryByIDRemarkupRule.php
View Options
<?php
final
class
DiffusionRepositoryByIDRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
(
)
{
return
'R'
;
}
protected
function
getObjectIDPattern
(
)
{
return
'[0-9]+'
;
}
public
function
getPriority
(
)
{
return
460.0
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
(
)
->
getConfig
(
'viewer'
)
;
$repos
=
id
(
new
PhabricatorRepositoryQuery
(
)
)
->
setViewer
(
$viewer
)
->
withIdentifiers
(
$ids
)
;
$repos
->
execute
(
)
;
return
$repos
->
getIdentifierMap
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 00:51 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1201430
Default Alt Text
DiffusionRepositoryByIDRemarkupRule.php (572 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment