Page MenuHomestyx hydra

NuanceRequestorSource.php
No OneTemporary

NuanceRequestorSource.php

<?php
final class NuanceRequestorSource
extends NuanceDAO {
protected $requestorPHID;
protected $sourcePHID;
protected $sourceKey;
protected $data;
public function getConfiguration() {
return array(
self::CONFIG_SERIALIZATION => array(
'data' => self::SERIALIZATION_JSON,
),
self::CONFIG_COLUMN_SCHEMA => array(
'sourceKey' => 'text128',
),
self::CONFIG_KEY_SCHEMA => array(
'key_source_key' => array(
'columns' => array('sourcePHID', 'sourceKey'),
'unique' => true,
),
'key_requestor' => array(
'columns' => array('requestorPHID', 'id'),
),
'key_source' => array(
'columns' => array('sourcePHID', 'id'),
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Nov 24, 2:47 PM (12 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387121
Default Alt Text
NuanceRequestorSource.php (813 B)

Event Timeline