Page MenuHomec4science

ConpherenceTransactionComment.php
No OneTemporary

File Metadata

Created
Tue, Feb 18, 10:41

ConpherenceTransactionComment.php

<?php
/**
* @group conpherence
*/
final class ConpherenceTransactionComment
extends PhabricatorApplicationTransactionComment {
protected $conpherencePHID;
public function getApplicationTransactionObject() {
return new ConpherenceTransaction();
}
}

Event Timeline