Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98582903
PhabricatorCustomFieldIndexStorage.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
Tue, Jan 14, 14:04
Size
429 B
Mime Type
text/x-php
Expires
Thu, Jan 16, 14:04 (2 d)
Engine
blob
Format
Raw Data
Handle
23597962
Attached To
rPH Phabricator
PhabricatorCustomFieldIndexStorage.php
View Options
<?php
abstract
class
PhabricatorCustomFieldIndexStorage
extends
PhabricatorLiskDAO
{
protected
$objectPHID
;
protected
$indexKey
;
protected
$indexValue
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
)
+
parent
::
getConfiguration
();
}
abstract
public
function
formatForInsert
(
AphrontDatabaseConnection
$conn
);
abstract
public
function
getIndexValueType
();
}
Event Timeline
Log In to Comment