Page MenuHomePhorge

ManiphestCustomField.php
No OneTemporary

ManiphestCustomField.php

<?php
abstract class ManiphestCustomField
extends PhabricatorCustomField {
public function newStorageObject() {
return new ManiphestCustomFieldStorage();
}
protected function newStringIndexStorage() {
return new ManiphestCustomFieldStringIndex();
}
protected function newNumericIndexStorage() {
return new ManiphestCustomFieldNumericIndex();
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Feb 23, 00:28 (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1118106
Default Alt Text
ManiphestCustomField.php (377 B)

Event Timeline