Page MenuHomestyx hydra

DifferentialReviewer.php
No OneTemporary

DifferentialReviewer.php

<?php
final class DifferentialReviewer
extends DifferentialDAO {
protected $revisionPHID;
protected $reviewerPHID;
protected $reviewerStatus;
protected $lastActionDiffPHID;
protected $lastCommentDiffPHID;
protected function getConfiguration() {
return array(
self::CONFIG_COLUMN_SCHEMA => array(
'reviewerStatus' => 'text64',
'lastActionDiffPHID' => 'phid?',
'lastCommentDiffPHID' => 'phid?',
),
self::CONFIG_KEY_SCHEMA => array(
'key_revision' => array(
'columns' => array('revisionPHID', 'reviewerPHID'),
'unique' => true,
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Oct 16, 3:33 AM (18 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
272384
Default Alt Text
DifferentialReviewer.php (680 B)

Event Timeline