Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111105883
DivinerLiveAtom.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, Apr 29, 15:31
Size
582 B
Mime Type
text/x-php
Expires
Thu, May 1, 15:31 (2 d)
Engine
blob
Format
Raw Data
Handle
25805693
Attached To
rPH Phabricator
DivinerLiveAtom.php
View Options
<?php
final
class
DivinerLiveAtom
extends
DivinerDAO
{
protected
$symbolPHID
;
protected
$content
;
protected
$atomData
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_SERIALIZATION
=>
array
(
'content'
=>
self
::
SERIALIZATION_JSON
,
'atomData'
=>
self
::
SERIALIZATION_JSON
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'symbolPHID'
=>
array
(
'columns'
=>
array
(
'symbolPHID'
),
'unique'
=>
true
,
),
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment