Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F19081930
PhabricatorProjectCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
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
Thu, Dec 4, 8:46 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8248852
Default Alt Text
PhabricatorProjectCustomField.php (413 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment