[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/ponder/feed/ -> PonderTransactionFeedStory.php (source)

   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  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1