Page MenuHomePhorge

ConpherenceTransactionComment.php
No OneTemporary

Size
709 B
Referenced Files
None
Subscribers
None

ConpherenceTransactionComment.php

<?php
final class ConpherenceTransactionComment
extends PhabricatorApplicationTransactionComment {
protected $conpherencePHID;
public function getApplicationTransactionObject() {
return new ConpherenceTransaction();
}
protected function getConfiguration() {
$config = parent::getConfiguration();
$config[self::CONFIG_COLUMN_SCHEMA] = array(
'conpherencePHID' => 'phid?',
) + $config[self::CONFIG_COLUMN_SCHEMA];
$config[self::CONFIG_KEY_SCHEMA] = array(
'key_draft' => array(
'columns' => array('authorPHID', 'conpherencePHID', 'transactionPHID'),
'unique' => true,
),
) + $config[self::CONFIG_KEY_SCHEMA];
return $config;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 1:09 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124260
Default Alt Text
ConpherenceTransactionComment.php (709 B)

Event Timeline