Page MenuHomec4science

DifferentialDiffProperty.php
No OneTemporary

File Metadata

Created
Sun, Jun 22, 23:59

DifferentialDiffProperty.php

<?php
final class DifferentialDiffProperty extends DifferentialDAO {
protected $diffID;
protected $name;
protected $data;
protected function getConfiguration() {
return array(
self::CONFIG_SERIALIZATION => array(
'data' => self::SERIALIZATION_JSON,
)) + parent::getConfiguration();
}
}

Event Timeline