Page MenuHomePhorge

PhabricatorProjectCustomField.php
No OneTemporary

Size
413 B
Referenced Files
None
Subscribers
None

PhabricatorProjectCustomField.php

<?php
abstract class PhabricatorProjectCustomField
extends PhabricatorCustomField {
public function newStorageObject() {
return new PhabricatorProjectCustomFieldStorage();
}
protected function newStringIndexStorage() {
return new PhabricatorProjectCustomFieldStringIndex();
}
protected function newNumericIndexStorage() {
return new PhabricatorProjectCustomFieldNumericIndex();
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 9:15 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120250
Default Alt Text
PhabricatorProjectCustomField.php (413 B)

Event Timeline