Page MenuHomePhorge

FundInitiativeRemarkupRule.php
No OneTemporary

Size
372 B
Referenced Files
None
Subscribers
None

FundInitiativeRemarkupRule.php

<?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();
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 10:48 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
127248
Default Alt Text
FundInitiativeRemarkupRule.php (372 B)

Event Timeline