3 abstract class PhabricatorOwnersCustomField
4 extends PhabricatorCustomField
{
6 public function newStorageObject() {
7 return new PhabricatorOwnersCustomFieldStorage();
10 protected function newStringIndexStorage() {
11 return new PhabricatorOwnersCustomFieldStringIndex();
14 protected function newNumericIndexStorage() {
15 return new PhabricatorOwnersCustomFieldNumericIndex();