Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F174052
Phabricator_Project_Custom
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
bluehawk
Jul 3 2014, 10:34 PM
2014-07-03 22:34:09 (UTC+0)
Size
411 B
Referenced Files
None
Subscribers
None
Phabricator_Project_Custom
View Options
<?php
abstract
class
PhabricatorProjectCustomField
extends
PhabricatorCustomField
{
public
function
newStorageObject
()
{
return
new
PhabricatorProjectCustomFieldStorage
();
}
protected
function
newStringIndexStorage
()
{
return
new
PhabricatorProjectCustomFieldStringIndex
();
}
protected
function
newNumericIndexStorage
()
{
return
new
PhabricatorProjectCustomFieldNumericIndex
();
}
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/3z/5o/33q3q5yflek66zdm
Default Alt Text
Phabricator_Project_Custom (411 B)
Attached To
Mode
P1193 Phabricator Project Custom
Attached
Detach File
Event Timeline
Log In to Comment