3 final class ConpherenceTransaction
4 extends PhabricatorModularTransaction
{
6 public function getApplicationName() {
10 public function getApplicationTransactionType() {
11 return PhabricatorConpherenceThreadPHIDType
::TYPECONST
;
14 public function getApplicationTransactionCommentObject() {
15 return new ConpherenceTransactionComment();
18 public function getBaseTransactionClass() {
19 return 'ConpherenceThreadTransactionType';