Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17826643
PhabricatorFactRaw.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
862 B
Referenced Files
None
Subscribers
None
PhabricatorFactRaw.php
View Options
<?php
/**
* Raw fact about an object.
*/
final
class
PhabricatorFactRaw
extends
PhabricatorFactDAO
{
protected
$factType
;
protected
$objectPHID
;
protected
$objectA
;
protected
$valueX
;
protected
$valueY
;
protected
$epoch
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'id'
=>
'auto64'
,
'factType'
=>
'text32'
,
'objectA'
=>
'phid'
,
'valueX'
=>
'sint64'
,
'valueY'
=>
'sint64'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'objectPHID'
=>
array
(
'columns'
=>
array
(
'objectPHID'
),
),
'factType'
=>
array
(
'columns'
=>
array
(
'factType'
,
'epoch'
),
),
'factType_2'
=>
array
(
'columns'
=>
array
(
'factType'
,
'objectA'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 28, 7:29 AM (19 h, 5 s)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8240884
Default Alt Text
PhabricatorFactRaw.php (862 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment