Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18921310
ConpherenceIndex.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
954 B
Referenced Files
None
Subscribers
None
ConpherenceIndex.php
View Options
<?php
final
class
ConpherenceIndex
extends
ConpherenceDAO
{
protected
$threadPHID
;
protected
$transactionPHID
;
protected
$previousTransactionPHID
;
protected
$corpus
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'previousTransactionPHID'
=>
'phid?'
,
'corpus'
=>
'fulltext'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_thread'
=>
array
(
'columns'
=>
array
(
'threadPHID'
),
),
'key_transaction'
=>
array
(
'columns'
=>
array
(
'transactionPHID'
),
'unique'
=>
true
,
),
'key_previous'
=>
array
(
'columns'
=>
array
(
'previousTransactionPHID'
),
'unique'
=>
true
,
),
'key_corpus'
=>
array
(
'columns'
=>
array
(
'corpus'
),
'type'
=>
'FULLTEXT'
,
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Nov 11, 1:58 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8223524
Default Alt Text
ConpherenceIndex.php (954 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment