Page MenuHomec4science

ConpherenceTransaction.php
No OneTemporary

File Metadata

Created
Wed, Nov 13, 06:48

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';
}
}

Event Timeline