Page MenuHomestyx hydra

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
Sat, Nov 15, 5:13 PM (10 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
338227
Default Alt Text
ManiphestCustomField.php (377 B)

Event Timeline