Page MenuHomestyx hydra

PhabricatorProjectCustomField.php
No OneTemporary

PhabricatorProjectCustomField.php

<?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/x-php
Expires
Tue, Dec 2, 5:49 PM (16 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432299
Default Alt Text
PhabricatorProjectCustomField.php (413 B)

Event Timeline