Page MenuHomePhorge

DivinerLiveAtom.php
No OneTemporary

Size
582 B
Referenced Files
None
Subscribers
None

DivinerLiveAtom.php

<?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

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)

Event Timeline