[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/project/customfield/ -> PhabricatorProjectCustomField.php (source)

   1  <?php
   2  
   3  abstract class PhabricatorProjectCustomField
   4    extends PhabricatorCustomField {
   5  
   6    public function newStorageObject() {
   7      return new PhabricatorProjectCustomFieldStorage();
   8    }
   9  
  10    protected function newStringIndexStorage() {
  11      return new PhabricatorProjectCustomFieldStringIndex();
  12    }
  13  
  14    protected function newNumericIndexStorage() {
  15      return new PhabricatorProjectCustomFieldNumericIndex();
  16    }
  17  
  18  }


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