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
Mon, May 12, 1:53 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120615
Default Alt Text
PhabricatorOwnersCustomField.php (409 B)

Event Timeline