Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92232983
PhabricatorProjectStandardCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 18, 14:28
Size
571 B
Mime Type
text/x-php
Expires
Wed, Nov 20, 14:28 (2 d)
Engine
blob
Format
Raw Data
Handle
22400285
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment