Page MenuHomePhorge

ManiphestCustomField.php
No OneTemporary

Size
377 B
Referenced Files
None
Subscribers
None

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
Tue, May 13, 1:23 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124430
Default Alt Text
ManiphestCustomField.php (377 B)

Event Timeline