Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1080931
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
Sun, Jun 29, 9:20 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
264495
Default Alt Text
PhabricatorProjectStandardCustomField.php (571 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment