Page MenuHomec4science

ConpherenceTransactionComment.php
No OneTemporary

File Metadata

Created
Fri, Apr 25, 22:58

ConpherenceTransactionComment.php

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

Event Timeline