Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1092194
DivinerLiveAtom.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
579 B
Referenced Files
None
Subscribers
None
DivinerLiveAtom.php
View Options
<?php
final
class
DivinerLiveAtom
extends
DivinerDAO
{
protected
$symbolPHID
;
protected
$content
;
protected
$atomData
;
public
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, Jun 30, 6:31 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
271100
Default Alt Text
DivinerLiveAtom.php (579 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment