Page MenuHomec4science

PhabricatorCalendarEventTransactionComment.php
No OneTemporary

File Metadata

Created
Wed, Dec 4, 05:23

PhabricatorCalendarEventTransactionComment.php

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

Event Timeline