[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/infrastructure/customfield/storage/ -> PhabricatorCustomFieldIndexStorage.php (source)

   1  <?php
   2  
   3  abstract class PhabricatorCustomFieldIndexStorage
   4    extends PhabricatorLiskDAO {
   5  
   6    protected $objectPHID;
   7    protected $indexKey;
   8    protected $indexValue;
   9  
  10    public function getConfiguration() {
  11      return array(
  12        self::CONFIG_TIMESTAMPS => false,
  13      ) + parent::getConfiguration();
  14    }
  15  
  16    abstract public function formatForInsert(AphrontDatabaseConnection $conn);
  17    abstract public function getIndexValueType();
  18  
  19  }


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