Page MenuHomec4science

DivinerLiveAtom.php
No OneTemporary

File Metadata

Created
Wed, Jun 11, 01:10

DivinerLiveAtom.php

<?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,
),
) + parent::getConfiguration();
}
}

Event Timeline