Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105482663
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
Mon, Mar 17, 14:41
Size
582 B
Mime Type
text/x-php
Expires
Wed, Mar 19, 14:41 (2 d)
Engine
blob
Format
Raw Data
Handle
24988354
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