[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/fact/storage/ -> PhabricatorFactDAO.php (source)

   1  <?php
   2  
   3  abstract class PhabricatorFactDAO extends PhabricatorLiskDAO {
   4  
   5    public function getApplicationName() {
   6      return 'fact';
   7    }
   8  
   9    public function getConfiguration() {
  10      return array(
  11        self::CONFIG_TIMESTAMPS => false,
  12      ) + parent::getConfiguration();
  13    }
  14  
  15  }


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