Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99344414
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
Thu, Jan 23, 16:47
Size
409 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 16:47 (2 d)
Engine
blob
Format
Raw Data
Handle
23762898
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