[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/releeph/storage/ -> ReleephBranchTransaction.php (source)

   1  <?php
   2  
   3  final class ReleephBranchTransaction
   4    extends PhabricatorApplicationTransaction {
   5  
   6    public function getApplicationName() {
   7      return 'releeph';
   8    }
   9  
  10    public function getApplicationTransactionType() {
  11      return ReleephBranchPHIDType::TYPECONST;
  12    }
  13  
  14  }


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