Page MenuHomec4science

PhabricatorCalendarEventTransactionComment.php
No OneTemporary

File Metadata

Created
Tue, Jan 7, 19:41

PhabricatorCalendarEventTransactionComment.php

<?php
final class PhabricatorCalendarEventTransactionComment
extends PhabricatorApplicationTransactionComment {
public function getApplicationTransactionObject() {
return new PhabricatorCalendarEventTransaction();
}
}

Event Timeline