Page MenuHomestyx hydra

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, Nov 24, 2:34 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
352014
Default Alt Text
PhabricatorProjectStandardCustomField.php (571 B)

Event Timeline