Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91651671
PhabricatorOwnersCustomField.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
Wed, Nov 13, 02:41
Size
409 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 02:41 (2 d)
Engine
blob
Format
Raw Data
Handle
22301064
Attached To
rPH Phabricator
PhabricatorOwnersCustomField.php
View Options
<?php
abstract
class
PhabricatorOwnersCustomField
extends
PhabricatorCustomField
{
public
function
newStorageObject
()
{
return
new
PhabricatorOwnersCustomFieldStorage
();
}
protected
function
newStringIndexStorage
()
{
return
new
PhabricatorOwnersCustomFieldStringIndex
();
}
protected
function
newNumericIndexStorage
()
{
return
new
PhabricatorOwnersCustomFieldNumericIndex
();
}
}
Event Timeline
Log In to Comment