Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104050926
PhabricatorProjectCustomField.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
Thu, Mar 6, 05:11
Size
413 B
Mime Type
text/x-php
Expires
Sat, Mar 8, 05:11 (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
24723001
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment