Page MenuHomePhabricator
Paste P1193

Phabricator Project Custom
ActivePublic

Authored by bluehawk on Jul 3 2014, 10:34 PM.
Tags
None
Referenced Files
F174052: Phabricator_Project_Custom
Jul 3 2014, 10:34 PM
Subscribers
None
<?php
abstract class PhabricatorProjectCustomField
extends PhabricatorCustomField {
public function newStorageObject() {
return new PhabricatorProjectCustomFieldStorage();
}
protected function newStringIndexStorage() {
return new PhabricatorProjectCustomFieldStringIndex();
}
protected function newNumericIndexStorage() {
return new PhabricatorProjectCustomFieldNumericIndex();
}
}

Event Timeline

bluehawk changed the title of this paste from untitled to Phabricator Project Custom.
bluehawk updated the paste's language from autodetect to autodetect.