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, 3:31 PM (15 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347882
Default Alt Text
DifferentialDiffProperty.php (324 B)

Event Timeline