Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F539658
PhabricatorProjectCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
413 B
Referenced Files
None
Subscribers
None
PhabricatorProjectCustomField.php
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/x-php
Expires
Mon, May 12, 9:15 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120250
Default Alt Text
PhabricatorProjectCustomField.php (413 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment