Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F468355
PhabricatorOwnersCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
409 B
Referenced Files
None
Subscribers
None
PhabricatorOwnersCustomField.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 5:10 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80483
Default Alt Text
PhabricatorOwnersCustomField.php (409 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment