Page MenuHomePhorge

PhabricatorProjectStandardCustomField.php
No OneTemporary

Size
571 B
Referenced Files
None
Subscribers
None

PhabricatorProjectStandardCustomField.php

<?php
abstract class PhabricatorProjectStandardCustomField
extends PhabricatorProjectCustomField
implements PhabricatorStandardCustomFieldInterface {
public function getStandardCustomFieldNamespace() {
return 'project:internal';
}
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:16 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
107971
Default Alt Text
PhabricatorProjectStandardCustomField.php (571 B)

Event Timeline