Page MenuHomePhabricator

PhabricatorProjectStandardCustomField.php
No OneTemporary

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, Jul 28, 7:28 AM (12 h, 40 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8249019
Default Alt Text
PhabricatorProjectStandardCustomField.php (571 B)

Event Timeline