Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F552018
DivinerLiveAtom.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
582 B
Referenced Files
None
Subscribers
None
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
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 4:04 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
119629
Default Alt Text
DivinerLiveAtom.php (582 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment