Page MenuHomec4science

PhabricatorCalendarEventTransactionComment.php
No OneTemporary

File Metadata

Created
Tue, Dec 3, 13:11

PhabricatorCalendarEventTransactionComment.php

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

Event Timeline