Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110859894
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
Mon, Apr 28, 11:45
Size
372 B
Mime Type
text/x-php
Expires
Wed, Apr 30, 11:45 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25803690
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