Page MenuHomePhorge

PhabricatorOwnersCustomField.php
No OneTemporary

Size
409 B
Referenced Files
None
Subscribers
None

PhabricatorOwnersCustomField.php

<?php
abstract class PhabricatorOwnersCustomField
extends PhabricatorCustomField {
public function newStorageObject() {
return new PhabricatorOwnersCustomFieldStorage();
}
protected function newStringIndexStorage() {
return new PhabricatorOwnersCustomFieldStringIndex();
}
protected function newNumericIndexStorage() {
return new PhabricatorOwnersCustomFieldNumericIndex();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 6, 5:10 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80483
Default Alt Text
PhabricatorOwnersCustomField.php (409 B)

Event Timeline