Page MenuHomestyx hydra

ConpherenceTransaction.php
No OneTemporary

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
Fri, Nov 21, 12:40 PM (2 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
352745
Default Alt Text
ConpherenceTransaction.php (488 B)

Event Timeline