Page MenuHomec4science

ConpherenceTransaction.php
No OneTemporary

File Metadata

Created
Fri, Apr 25, 08:15

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