Page MenuHomePhabricator

Phabricator_Project_Custom

Authored By
bluehawk
Jul 3 2014, 10:34 PM
Size
411 B
Referenced Files
None
Subscribers
None

Phabricator_Project_Custom

<?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/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/3z/5o/33q3q5yflek66zdm
Default Alt Text
Phabricator_Project_Custom (411 B)

Event Timeline