Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102288171
PhabricatorCustomFieldStringIndexStorage.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, Feb 19, 03:45
Size
398 B
Mime Type
text/x-php
Expires
Fri, Feb 21, 03:45 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24324475
Attached To
rPH Phabricator
PhabricatorCustomFieldStringIndexStorage.php
View Options
<?php
abstract
class
PhabricatorCustomFieldStringIndexStorage
extends
PhabricatorCustomFieldIndexStorage
{
public
function
formatForInsert
(
AphrontDatabaseConnection
$conn
)
{
return
qsprintf
(
$conn
,
'(%s, %s, %s)'
,
$this
->
getObjectPHID
(),
$this
->
getIndexKey
(),
$this
->
getIndexValue
());
}
public
function
getIndexValueType
()
{
return
'string'
;
}
}
Event Timeline
Log In to Comment