Page MenuHomePhorge

DifferentialDiffProperty.php
No OneTemporary

Size
574 B
Referenced Files
None
Subscribers
None

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,
),
self::CONFIG_COLUMN_SCHEMA => array(
'name' => 'text128',
),
self::CONFIG_KEY_SCHEMA => array(
'diffID' => array(
'columns' => array('diffID', 'name'),
'unique' => true,
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 10:07 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
97802
Default Alt Text
DifferentialDiffProperty.php (574 B)

Event Timeline