Page MenuHomePhorge

ConpherenceTransaction.php
No OneTemporary

Size
488 B
Referenced Files
None
Subscribers
None

ConpherenceTransaction.php

<?php
final class ConpherenceTransaction
extends PhabricatorModularTransaction {
public function getApplicationName() {
return 'conpherence';
}
public function getApplicationTransactionType() {
return PhabricatorConpherenceThreadPHIDType::TYPECONST;
}
public function getApplicationTransactionCommentObject() {
return new ConpherenceTransactionComment();
}
public function getBaseTransactionClass() {
return 'ConpherenceThreadTransactionType';
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 1:53 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
110189
Default Alt Text
ConpherenceTransaction.php (488 B)

Event Timeline