Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F539709
PhabricatorProjectStandardCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
571 B
Referenced Files
None
Subscribers
None
PhabricatorProjectStandardCustomField.php
View Options
<?php
abstract
class
PhabricatorProjectStandardCustomField
extends
PhabricatorProjectCustomField
implements
PhabricatorStandardCustomFieldInterface
{
public
function
getStandardCustomFieldNamespace
()
{
return
'project:internal'
;
}
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:16 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
107971
Default Alt Text
PhabricatorProjectStandardCustomField.php (571 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment