Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92374126
FundInitiativeRemarkupRule.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
Tue, Nov 19, 19:18
Size
372 B
Mime Type
text/x-php
Expires
Thu, Nov 21, 19:18 (2 d)
Engine
blob
Format
Raw Data
Handle
22433066
Attached To
rPH Phabricator
FundInitiativeRemarkupRule.php
View Options
<?php
final
class
FundInitiativeRemarkupRule
extends
PhabricatorObjectRemarkupRule
{
protected
function
getObjectNamePrefix
()
{
return
'I'
;
}
protected
function
loadObjects
(
array
$ids
)
{
$viewer
=
$this
->
getEngine
()->
getConfig
(
'viewer'
);
return
id
(
new
FundInitiativeQuery
())
->
setViewer
(
$viewer
)
->
withIDs
(
$ids
)
->
execute
();
}
}
Event Timeline
Log In to Comment