[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/fund/storage/ -> FundBackerTransaction.php (source)

   1  <?php
   2  
   3  final class FundBackerTransaction
   4    extends PhabricatorApplicationTransaction {
   5  
   6    const TYPE_STATUS = 'fund:backer:status';
   7    const TYPE_REFUND = 'fund:backer:refund';
   8  
   9    public function getApplicationName() {
  10      return 'fund';
  11    }
  12  
  13    public function getApplicationTransactionType() {
  14      return FundBackerPHIDType::TYPECONST;
  15    }
  16  
  17    public function getApplicationTransactionCommentObject() {
  18      return null;
  19    }
  20  
  21  }


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