Page MenuHomePhorge

ManiphestRemarkupRule.php
No OneTemporary

Size
396 B
Referenced Files
None
Subscribers
None

ManiphestRemarkupRule.php

<?php
/**
* @group maniphest
*/
final class ManiphestRemarkupRule
extends PhabricatorRemarkupRuleObject {
protected function getObjectNamePrefix() {
return 'T';
}
protected function loadObjects(array $ids) {
$viewer = $this->getEngine()->getConfig('viewer');
return id(new ManiphestTaskQuery())
->setViewer($viewer)
->withIDs($ids)
->execute();
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 8:59 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70641
Default Alt Text
ManiphestRemarkupRule.php (396 B)

Event Timeline