Page MenuHomePhorge

ConpherenceTransactionComment.php
No OneTemporary

Size
472 B
Referenced Files
None
Subscribers
None

ConpherenceTransactionComment.php

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

File Metadata

Mime Type
text/x-php
Expires
Sun, May 4, 1:08 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
65537
Default Alt Text
ConpherenceTransactionComment.php (472 B)

Event Timeline