Page MenuHomestyx hydra

DifferentialDiffProperty.php
No OneTemporary

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();
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 2:48 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347882
Default Alt Text
DifferentialDiffProperty.php (324 B)

Event Timeline