Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123305102
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
Sat, Jul 26, 10:18
Size
368 B
Mime Type
text/x-php
Expires
Mon, Jul 28, 10:18 (2 d)
Engine
blob
Format
Raw Data
Handle
27658028
Attached To
rPH Phabricator
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
(
'atomData'
=>
self
::
SERIALIZATION_JSON
,
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment