[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class PonderTransactionFeedStory 4 extends PhabricatorApplicationTransactionFeedStory { 5 6 public function getRequiredObjectPHIDs() { 7 $phids = parent::getRequiredObjectPHIDs(); 8 $answer_phid = $this->getValue('answerPHID'); 9 if ($answer_phid) { 10 $phids[] = $answer_phid; 11 } 12 return $phids; 13 } 14 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |