Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2991410
ManiphestCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
377 B
Referenced Files
None
Subscribers
None
ManiphestCustomField.php
View Options
<?php
abstract
class
ManiphestCustomField
extends
PhabricatorCustomField
{
public
function
newStorageObject
(
)
{
return
new
ManiphestCustomFieldStorage
(
)
;
}
protected
function
newStringIndexStorage
(
)
{
return
new
ManiphestCustomFieldStringIndex
(
)
;
}
protected
function
newNumericIndexStorage
(
)
{
return
new
ManiphestCustomFieldNumericIndex
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Feb 23, 00:28 (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1118106
Default Alt Text
ManiphestCustomField.php (377 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment