Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93601225
HarbormasterRemarkupRule.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
Sat, Nov 30, 02:01
Size
376 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 02:01 (2 d)
Engine
blob
Format
Raw Data
Handle
22673892
Attached To
rPH Phabricator
HarbormasterRemarkupRule.php
View Options
<?php
final
class
HarbormasterRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
()
{
return
'B'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
return
id
(
new
HarbormasterBuildableQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment